Last Version

ZooKeeper Client 0.1

a zookeeper client, that makes life a little easier

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.sgroschupf
ArtifactId

ArtifactId

zkclient
Version

Version

0.1
Type

Type

jar
Description

Description

ZooKeeper Client
a zookeeper client, that makes life a little easier
Project URL

Project URL

http://maven.apache.org

Download zkclient 0.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.3.3
log4j : log4j jar 1.2.14

test (3)

Group / Artifact Type Version
junit : junit jar 4.7
commons-io : commons-io jar 1.4
org.mockito : mockito-core jar 1.7

Project Modules

There are no modules declared in this project.