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