Files download
File Operation
spark-ml-serving-common_2.11-0.2.2.jar download
spark-ml-serving-common_2.11-0.2.2.pom download
spark-ml-serving-common_2.11-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hydrosphere</groupId>
  <artifactId>spark-ml-serving-common_2.11</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'io.hydrosphere:spark-ml-serving-common_2.11:0.2.2'
Gradle Kotlin
implementation("io.hydrosphere:spark-ml-serving-common_2.11:0.2.2")
Scala SBT
libraryDependencies += "io.hydrosphere" % "spark-ml-serving-common_2.11" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='io.hydrosphere', module='spark-ml-serving-common_2.11', version='0.2.2')
)
Apache Ivy
<dependency org="io.hydrosphere" name="spark-ml-serving-common_2.11" rev="0.2.2" />
Leiningen
[io.hydrosphere/spark-ml-serving-common_2.11 "0.2.2"]
Apache Buildr
'io.hydrosphere:spark-ml-serving-common_2.11:jar:0.2.2'