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