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