is not current version
Last Version 2.1.0

com.bazaarvoice.ostrich:zookeeper 2.0.1

Implementations of core Ostrich classes that are backed by ZooKeeper

GroupId

GroupId

com.bazaarvoice.ostrich
ArtifactId

ArtifactId

zookeeper
Version

Version

2.0.1
Type

Type

pom

Download zookeeper 2.0.1

Filename Size
zookeeper-2.0.1.pom 1 KB
Browse

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