Download zkclient-1.0.jar file - Jar z

Jar examples for z:zkclient

Description

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

You can download jar file zkclient 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

zkclient-1.0-javadoc.jar
zkclient-1.0-sources.jar
zkclient-1.0.jar
zkclient-1.0.pom



Related Tutorials