| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.twitter.common.zookeeper |
| ArtifactId | ArtifactIdclient |
| Version | Version0.0.80 |
| Type | Typejar |
| Filename | Size |
|---|---|
| client-0.0.80.pom | |
| client-0.0.80.jar | 46 KB |
| client-0.0.80-sources.jar | 8 KB |
| client-0.0.80-javadoc.jar | 43 KB |
| client-0.0.80-CHANGELOG.txt | 29 bytes |
| Browse |
<!-- 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"]