Download zkclient-0.2.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.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

zkclient-0.2-javadoc.jar
zkclient-0.2-sources.jar
zkclient-0.2.jar
zkclient-0.2.pom



Related Tutorials