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