alexanderscott / async-zookeeper-client   0.2.4

GitHub

Scala wrapper for ZK's Async Api. ( Using Akka 2.0.x Futures )

Scala versions: 2.10

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")

Mill build tool

ivy"io.github.alexanderscott::async-zk-client:0.2.3-ae-0.10"
MavenRepository("https://dl.bintray.com/alexanderscott/maven")

Scala CLI

//> using dep "io.github.alexanderscott::async-zk-client:0.2.3-ae-0.10"

Ammonite REPL

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'