| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ddth |
| ArtifactId | ArtifactIdddth-zookeeper |
| Last Version | Last Version0.4.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionddth-zookeeper
DDTH's ZooKeeper Libraries and Utilities
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ddth-zookeeper-0.4.1.2.pom | |
| ddth-zookeeper-0.4.1.2.jar | 10 KB |
| ddth-zookeeper-0.4.1.2-sources.jar | 3 KB |
| ddth-zookeeper-0.4.1.2-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-zookeeper/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-zookeeper</artifactId>
<version>0.4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-zookeeper/
implementation 'com.github.ddth:ddth-zookeeper:0.4.1.2'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-zookeeper/
implementation ("com.github.ddth:ddth-zookeeper:0.4.1.2")
'com.github.ddth:ddth-zookeeper:jar:0.4.1.2'
<dependency org="com.github.ddth" name="ddth-zookeeper" rev="0.4.1.2">
<artifact name="ddth-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-zookeeper', version='0.4.1.2')
)
libraryDependencies += "com.github.ddth" % "ddth-zookeeper" % "0.4.1.2"
[com.github.ddth/ddth-zookeeper "0.4.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| org.apache.zookeeper : zookeeper | jar | 3.4.6 |
| org.apache.curator : curator-framework | jar | [2.9.1,3.0.0) |
| org.apache.curator : curator-recipes | jar | [2.9.1,3.0.0) |
| org.apache.curator : curator-client | jar | [2.9.1,3.0.0) |
| com.github.ddth : ddth-commons-serialization | pom | 0.4.0 |
| com.github.ddth : ddth-cache-adapter-core | jar | 0.4.0 |
| com.github.ddth : ddth-dao-core | jar | 0.5.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.curator : curator-test | jar | [2.9.1,3.0.0) |