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