License |
License |
---|---|
GroupId | GroupIdio.fabric8.jube |
ArtifactId | ArtifactIdzookeeper |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionJube :: ZooKeeper
Provides a pure Java implementation of a Kubernetes-like container orchestration layer.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
zookeeper-2.2.0.pom | |
zookeeper-2.2.0.jar | 14 KB |
zookeeper-2.2.0-sources.jar | 6 KB |
zookeeper-2.2.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>zookeeper</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/
implementation 'io.fabric8.jube:zookeeper:2.2.0'
// https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/
implementation ("io.fabric8.jube:zookeeper:2.2.0")
'io.fabric8.jube:zookeeper:jar:2.2.0'
<dependency org="io.fabric8.jube" name="zookeeper" rev="2.2.0">
<artifact name="zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='zookeeper', version='2.2.0')
)
libraryDependencies += "io.fabric8.jube" % "zookeeper" % "2.2.0"
[io.fabric8.jube/zookeeper "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.fabric8 : fabric8-annotations | jar | |
javax.enterprise : cdi-api | jar | 1.2 |
org.apache.deltaspike.core : deltaspike-core-api | jar | |
org.apache.deltaspike.core : deltaspike-core-impl | jar | |
org.apache.curator : curator-framework | jar | |
org.apache.curator : curator-recipes | jar | |
com.google.guava : guava | jar | |
io.fabric8 : fabric8-utils | jar | |
org.slf4j : slf4j-api | jar | |
commons-logging : commons-logging-api | jar | |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | |
junit : junit | jar |