License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.adyliu |
ArtifactId | ArtifactIdzkclient |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzookeeper client wrapper
A zookeeper client wrapper.
|
Project URL |
Project URL |
Filename | Size |
---|---|
zkclient-2.2.0.pom | |
zkclient-2.2.0.jar | 62 KB |
zkclient-2.2.0-sources.jar | 36 KB |
zkclient-2.2.0-javadoc.jar | 183 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |