You can download zkclient-2.1.1.jar in this page.
The Apache Software License, Version 2.0
zkclient-2.1.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.adyliu/zkclient/pom.properties META-INF/maven/com.github.adyliu/zkclient/pom.xml com.github.zkclient.AbstractListener.class com.github.zkclient.IZkChildListener.class com.github.zkclient.IZkClient.class com.github.zkclient.IZkDataListener.class com.github.zkclient.IZkStateListener.class com.github.zkclient.ServerCnxnFactory.class com.github.zkclient.ZkClient.class com.github.zkclient.ZkClientUtils.class com.github.zkclient.ZkConnection.class com.github.zkclient.ZkEventThread.class com.github.zkclient.ZkLock.class com.github.zkclient.ZkServer.class com.github.zkclient.exception.ZkBadVersionException.class com.github.zkclient.exception.ZkException.class com.github.zkclient.exception.ZkInterruptedException.class com.github.zkclient.exception.ZkMarshallingError.class com.github.zkclient.exception.ZkNoNodeException.class com.github.zkclient.exception.ZkNodeExistsException.class com.github.zkclient.exception.ZkTimeoutException.class
zkclient-2.1.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.github.adyliu</groupId> <artifactId>zkclient</artifactId> <name>zookeeper client wrapper</name> <version>2.1.1</version> <packaging>jar</packaging> <description>A zookeeper client wrapper.</description> <url>https://github.com/adyliu/zkclient</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:adyliu/zkclient.git</connection> <developerConnection>scm:git:git@github.com:adyliu/zkclient.git</developerConnection> <url>git@github.com:adyliu/zkclient.git</url> </scm> <developers> <developer> <id>imxylz</id> <name>Ady Liu</name> <email>imxylz@gmail.com</email> <url>https://github.com/adyliu</url> <roles> <role>developer</role> </roles> </developer> <developer> <id>pvoss</id> <name>Peter Voss</name> <email>info@petervoss.org</email> <url>https://github.com/sgroschupf/zkclient</url> <roles> <role>original author</role> </roles> </developer> </developers> <dependencies> <dependency> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> <version>3.4.5</version> <exclusions> <exclusion> <artifactId>jline</artifactId> <groupId>jline</groupId> </exclusion> <exclusion> <artifactId>netty</artifactId> <groupId>org.jboss.netty</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9</version> <configuration> <source>1.6</source> <encoding>UTF-8</encoding> <links> <link>http://java.sun.com/javase/6/docs/api/</link> </links> </configuration> <executions> <execution> <id>attach-javadocs</id> <phase>verify</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.github.adyliu</groupId> <artifactId>zkclient</artifactId> <version>2.1.1</version> </dependency>
If you think the following zkclient-2.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download zkclient-2.1.1.jar file