is not current version
Last Version 2.2.0

io.fabric8.jube:zookeeper 2.1.2


GroupId

GroupId

io.fabric8.jube
ArtifactId

ArtifactId

zookeeper
Version

Version

2.1.2
Type

Type

jar

Download zookeeper 2.1.2


<!-- https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/ -->
<dependency>
    <groupId>io.fabric8.jube</groupId>
    <artifactId>zookeeper</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/
implementation 'io.fabric8.jube:zookeeper:2.1.2'
// https://jarcasting.com/artifacts/io.fabric8.jube/zookeeper/
implementation ("io.fabric8.jube:zookeeper:2.1.2")
'io.fabric8.jube:zookeeper:jar:2.1.2'
<dependency org="io.fabric8.jube" name="zookeeper" rev="2.1.2">
  <artifact name="zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='zookeeper', version='2.1.2')
)
libraryDependencies += "io.fabric8.jube" % "zookeeper" % "2.1.2"
[io.fabric8.jube/zookeeper "2.1.2"]