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