is not current version
Last Version 2.7-RELEASE

com.saaavsaaa:zookeeper-client 2.1-RELEASE

zk client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.saaavsaaa
ArtifactId

ArtifactId

zookeeper-client
Version

Version

2.1-RELEASE
Type

Type

jar

Download zookeeper-client 2.1-RELEASE


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