is not current version
Last Version 0.0.81

com.twitter.common.zookeeper:client 0.0.80

Common zookeeper client library.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.twitter.common.zookeeper
ArtifactId

ArtifactId

client
Version

Version

0.0.80
Type

Type

jar

Download client 0.0.80


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