is not current version
Last Version 0.11

com.101tec:zkclient 0.8

A zookeeper client, that makes life a little easier.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.101tec
ArtifactId

ArtifactId

zkclient
Version

Version

0.8
Type

Type

jar

Download zkclient 0.8


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