mist 0.1.3


Group ID:
io.hydrosphere
Artifact ID:
mist_2.11
Version:
0.1.3
Release Date:
May 17, 2016
Licenses:

libraryDependencies += "io.hydrosphere" %% "mist" % "0.1.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"io.hydrosphere::mist:0.1.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "io.hydrosphere::mist:0.1.3"

Ammonite REPL

import $ivy.`io.hydrosphere::mist:0.1.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.hydrosphere</groupId>
  <artifactId>mist_2.11</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'io.hydrosphere', name: 'mist_2.11', version: '0.1.3'