Download zookeeper-3.4.11.jar file - Jar z

Jar examples for z:zookeeper

Description

Implementations of core Ostrich classes that are backed by ZooKeeper

You can download jar file zookeeper 3.4.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add zookeeper-3.4.11.jar to your project.

<dependency>
   <groupId>org.apache.zookeeper</groupId>
   <artifactId>zookeeper</artifactId>
   <version>3.4.11</version>
</dependency>
compile group: 'org.apache.zookeeper', name: 'zookeeper', version: '3.4.11'
libraryDependencies += "org.apache.zookeeper" % "zookeeper" % "3.4.11"
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.11"/>
@Grapes(@Grab(group='org.apache.zookeeper', module='zookeeper', version='3.4.11'))
'org.apache.zookeeper:zookeeper:jar:3.4.11'

Download

Click the following link to download the jar file.

zookeeper-3.4.11-javadoc.jar
zookeeper-3.4.11-sources.jar
zookeeper-3.4.11-tests.jar
zookeeper-3.4.11.jar
zookeeper-3.4.11.pom



Related Tutorials