async-zk-client 0.2.3-ae-0.10
Group ID:
io.github.alexanderscott
Artifact ID:
async-zk-client_2.10
Version:
0.2.3-ae-0.10
Release Date:
Dec 30, 2014
Licenses:
libraryDependencies += "io.github.alexanderscott" %% "async-zk-client" % "0.2.3-ae-0.10" resolvers += Resolver.bintrayRepo("alexanderscott", "maven")
ivy"io.github.alexanderscott::async-zk-client:0.2.3-ae-0.10" MavenRepository("https://dl.bintray.com/alexanderscott/maven")
//> using dep "io.github.alexanderscott::async-zk-client:0.2.3-ae-0.10"
import $ivy.`io.github.alexanderscott::async-zk-client:0.2.3-ae-0.10` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray alexanderscott maven", "Some(https://dl.bintray.com/alexanderscott/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>io.github.alexanderscott</groupId> <artifactId>async-zk-client_2.10</artifactId> <version>0.2.3-ae-0.10</version> </dependency>
compile group: 'io.github.alexanderscott', name: 'async-zk-client_2.10', version: '0.2.3-ae-0.10'