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.4


Group ID:
com.crunchdevelopment
Artifact ID:
async-zk-client_2.10
Version:
0.2.4
Release Date:
Dec 30, 2014
Licenses:

libraryDependencies += "com.crunchdevelopment" %% "async-zk-client" % "0.2.4"
resolvers += Resolver.bintrayRepo("crunchdevelopment", "maven")

Mill build tool

ivy"com.crunchdevelopment::async-zk-client:0.2.4"
MavenRepository("https://dl.bintray.com/crunchdevelopment/maven")

Scala CLI

//> using dep "com.crunchdevelopment::async-zk-client:0.2.4"

Ammonite REPL

import $ivy.`com.crunchdevelopment::async-zk-client:0.2.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray crunchdevelopment maven",
  "Some(https://dl.bintray.com/crunchdevelopment/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.crunchdevelopment</groupId>
  <artifactId>async-zk-client_2.10</artifactId>
  <version>0.2.4</version>
</dependency>

compile group: 'com.crunchdevelopment', name: 'async-zk-client_2.10', version: '0.2.4'