| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.mxsm |
| ArtifactId | ArtifactIdzkClient |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionzkClient
zookeeper client
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zkClient-1.0.1.pom | |
| zkClient-1.0.1.jar | 78 KB |
| zkClient-1.0.1-sources.jar | 43 KB |
| zkClient-1.0.1-javadoc.jar | 230 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mxsm/zkClient/ -->
<dependency>
<groupId>com.github.mxsm</groupId>
<artifactId>zkClient</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mxsm/zkClient/
implementation 'com.github.mxsm:zkClient:1.0.1'
// https://jarcasting.com/artifacts/com.github.mxsm/zkClient/
implementation ("com.github.mxsm:zkClient:1.0.1")
'com.github.mxsm:zkClient:jar:1.0.1'
<dependency org="com.github.mxsm" name="zkClient" rev="1.0.1">
<artifact name="zkClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mxsm', module='zkClient', version='1.0.1')
)
libraryDependencies += "com.github.mxsm" % "zkClient" % "1.0.1"
[com.github.mxsm/zkClient "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.zookeeper : zookeeper | jar | 3.4.13 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-access | jar | 1.2.3 |
| org.apache.commons : commons-lang3 | jar | 3.8 |
| com.alibaba : fastjson | jar | 1.2.49 |
| com.google.protobuf : protobuf-java | jar | 3.6.1 |
| com.google.protobuf : protobuf-java-util | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |