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