GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdzookeeper |
Version | Version2.0.24 |
Type | Typejar |
Filename | Size |
---|---|
zookeeper-2.0.24.pom | |
zookeeper-2.0.24.jar | 253 KB |
zookeeper-2.0.24-sources.jar | 251 KB |
zookeeper-2.0.24-kubernetes.json | 13 KB |
zookeeper-2.0.24-javadoc.jar | 333 bytes |
zookeeper-2.0.24-image.zip | 2 MB |
zookeeper-2.0.24-app.zip | 252 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.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/zookeeper/
implementation 'io.fabric8.jube.images.fabric8:zookeeper:2.0.24'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/zookeeper/
implementation ("io.fabric8.jube.images.fabric8:zookeeper:2.0.24")
'io.fabric8.jube.images.fabric8:zookeeper:jar:2.0.24'
<dependency org="io.fabric8.jube.images.fabric8" name="zookeeper" rev="2.0.24">
<artifact name="zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='zookeeper', version='2.0.24')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "zookeeper" % "2.0.24"
[io.fabric8.jube.images.fabric8/zookeeper "2.0.24"]