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