Scala IO monad
sio-concurrent 0.3.0
Group ID:
com.alexknvl
Artifact ID:
sio-concurrent_2.12
Version:
0.3.0
Release Date:
May 26, 2017
Licenses:
libraryDependencies += "com.alexknvl" %% "sio-concurrent" % "0.3.0" resolvers += Resolver.bintrayRepo("alexknvl", "maven")
ivy"com.alexknvl::sio-concurrent:0.3.0" MavenRepository("https://dl.bintray.com/alexknvl/maven")
//> using dep "com.alexknvl::sio-concurrent:0.3.0"
import $ivy.`com.alexknvl::sio-concurrent:0.3.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray alexknvl maven", "Some(https://dl.bintray.com/alexknvl/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.alexknvl</groupId> <artifactId>sio-concurrent_2.12</artifactId> <version>0.3.0</version> </dependency>
compile group: 'com.alexknvl', name: 'sio-concurrent_2.12', version: '0.3.0'