GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdzookeeper |
Version | Version2.2.9.1 |
Type | Typejar |
Filename | Size |
---|---|
zookeeper-2.2.9.1.pom | |
zookeeper-2.2.9.1.jar | 256 KB |
zookeeper-2.2.9.1-sources.jar | 253 KB |
zookeeper-2.2.9.1-kubernetes.json | 9 KB |
zookeeper-2.2.9.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/zookeeper/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>zookeeper</artifactId>
<version>2.2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/zookeeper/
implementation 'io.fabric8.jube.images.fabric8:zookeeper:2.2.9.1'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/zookeeper/
implementation ("io.fabric8.jube.images.fabric8:zookeeper:2.2.9.1")
'io.fabric8.jube.images.fabric8:zookeeper:jar:2.2.9.1'
<dependency org="io.fabric8.jube.images.fabric8" name="zookeeper" rev="2.2.9.1">
<artifact name="zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='zookeeper', version='2.2.9.1')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "zookeeper" % "2.2.9.1"
[io.fabric8.jube.images.fabric8/zookeeper "2.2.9.1"]