is not current version
Last Version 3.6.3.1

io.streamnative:zookeeper-client 3.6.3.1-rc-1

ZooKeeper client

Categories

Categories

CLI User Interface Native Development Tools
GroupId

GroupId

io.streamnative
ArtifactId

ArtifactId

zookeeper-client
Version

Version

3.6.3.1-rc-1
Type

Type

jar

Download zookeeper-client 3.6.3.1-rc-1


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