License |
License |
---|---|
Categories |
CategoriesCLI User Interface Native Development Tools |
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdzookeeper-client |
Last Version | Last Version3.6.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache ZooKeeper - Client
ZooKeeper client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
zookeeper-client-3.6.3.1.pom | 2 KB |
zookeeper-client-3.6.3.1-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/zookeeper-client/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>zookeeper-client</artifactId>
<version>3.6.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-client/
implementation 'io.streamnative:zookeeper-client:3.6.3.1'
// https://jarcasting.com/artifacts/io.streamnative/zookeeper-client/
implementation ("io.streamnative:zookeeper-client:3.6.3.1")
'io.streamnative:zookeeper-client:jar:3.6.3.1'
<dependency org="io.streamnative" name="zookeeper-client" rev="3.6.3.1">
<artifact name="zookeeper-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='zookeeper-client', version='3.6.3.1')
)
libraryDependencies += "io.streamnative" % "zookeeper-client" % "3.6.3.1"
[io.streamnative/zookeeper-client "3.6.3.1"]