Download zkclient-0.1.jar file - Jar z

Jar examples for z:zkclient

Description

A zookeeper(http://zookeeper.apache.org) client wrapper.

You can download jar file zkclient 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add zkclient-0.1.jar to your project.

<dependency>
   <groupId>com.github.sgroschupf</groupId>
   <artifactId>zkclient</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'com.github.sgroschupf', name: 'zkclient', version: '0.1'
libraryDependencies += "com.github.sgroschupf" % "zkclient" % "0.1"
<dependency org="com.github.sgroschupf" name="zkclient" rev="0.1"/>
@Grapes(@Grab(group='com.github.sgroschupf', module='zkclient', version='0.1'))
'com.github.sgroschupf:zkclient:jar:0.1'

Download

Click the following link to download the jar file.

zkclient-0.1-javadoc.jar
zkclient-0.1-sources.jar
zkclient-0.1.jar
zkclient-0.1.pom



Related Tutorials