is not current version
Last Version 0.11

com.101tec:zkclient 0.6

A zookeeper client, that makes life a little easier.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.101tec
ArtifactId

ArtifactId

zkclient
Version

Version

0.6
Type

Type

jar

Download zkclient 0.6


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