文件下载
文件名 操作
mist-lib-spark1_2.10-0.13.2.jar 下载
mist-lib-spark1_2.10-0.13.2.pom 下载
mist-lib-spark1_2.10-0.13.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.hydrosphere</groupId>
  <artifactId>mist-lib-spark1_2.10</artifactId>
  <version>0.13.2</version>
</dependency>
Gradle Groovy
implementation 'io.hydrosphere:mist-lib-spark1_2.10:0.13.2'
Gradle Kotlin
implementation("io.hydrosphere:mist-lib-spark1_2.10:0.13.2")
Scala SBT
libraryDependencies += "io.hydrosphere" % "mist-lib-spark1_2.10" % "0.13.2"
Groovy Grape
@Grapes(
  @Grab(group='io.hydrosphere', module='mist-lib-spark1_2.10', version='0.13.2')
)
Apache Ivy
<dependency org="io.hydrosphere" name="mist-lib-spark1_2.10" rev="0.13.2" />
Leiningen
[io.hydrosphere/mist-lib-spark1_2.10 "0.13.2"]
Apache Buildr
'io.hydrosphere:mist-lib-spark1_2.10:jar:0.13.2'