| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.saaavsaaa |
| ArtifactId | ArtifactIdzookeeper-client |
| Version | Version2.7-RELEASE |
| Type | Typejar |
| Description |
Descriptionzookeeper-client
zk client
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| zookeeper-client-2.7-RELEASE.pom | |
| zookeeper-client-2.7-RELEASE.jar | 128 KB |
| zookeeper-client-2.7-RELEASE-sources.jar | 56 KB |
| zookeeper-client-2.7-RELEASE-javadoc.jar | 267 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.saaavsaaa/zookeeper-client/ -->
<dependency>
<groupId>com.saaavsaaa</groupId>
<artifactId>zookeeper-client</artifactId>
<version>2.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.saaavsaaa/zookeeper-client/
implementation 'com.saaavsaaa:zookeeper-client:2.7-RELEASE'
// https://jarcasting.com/artifacts/com.saaavsaaa/zookeeper-client/
implementation ("com.saaavsaaa:zookeeper-client:2.7-RELEASE")
'com.saaavsaaa:zookeeper-client:jar:2.7-RELEASE'
<dependency org="com.saaavsaaa" name="zookeeper-client" rev="2.7-RELEASE">
<artifact name="zookeeper-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saaavsaaa', module='zookeeper-client', version='2.7-RELEASE')
)
libraryDependencies += "com.saaavsaaa" % "zookeeper-client" % "2.7-RELEASE"
[com.saaavsaaa/zookeeper-client "2.7-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.zookeeper : zookeeper | jar | 3.5.3-beta |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.curator : curator-test | jar | 4.0.1 |