is not current version
Last Version 1.0.1

com.github.mxsm:zkClient 1.0.0

zookeeper client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mxsm
ArtifactId

ArtifactId

zkClient
Version

Version

1.0.0
Type

Type

jar

Download zkClient 1.0.0


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