zookeeper client wrapper

A zookeeper client wrapper.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.adyliu
ArtifactId

ArtifactId

zkclient
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

zookeeper client wrapper
A zookeeper client wrapper.
Project URL

Project URL

https://github.com/adyliu/zkclient

Download zkclient

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.adyliu/zkclient/ -->
<dependency>
    <groupId>com.github.adyliu</groupId>
    <artifactId>zkclient</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adyliu/zkclient/
implementation 'com.github.adyliu:zkclient:2.2.0'
// https://jarcasting.com/artifacts/com.github.adyliu/zkclient/
implementation ("com.github.adyliu:zkclient:2.2.0")
'com.github.adyliu:zkclient:jar:2.2.0'
<dependency org="com.github.adyliu" name="zkclient" rev="2.2.0">
  <artifact name="zkclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adyliu', module='zkclient', version='2.2.0')
)
libraryDependencies += "com.github.adyliu" % "zkclient" % "2.2.0"
[com.github.adyliu/zkclient "2.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar [3.4.9,3.4.14]
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : slf4j-log4j12 jar 1.7.5

runtime (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.0
2.1.2
2.1.1
2.1
2.0
1.0