License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.twitter.common.zookeeper |
ArtifactId | ArtifactIdclient |
Version | Version0.0.81 |
Type | Typejar |
Description |
Descriptioncom.twitter.common.zookeeper:client
Common zookeeper client library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.0.81.pom | |
client-0.0.81.jar | 46 KB |
client-0.0.81-sources.jar | 8 KB |
client-0.0.81-javadoc.jar | 43 KB |
client-0.0.81-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.81</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common.zookeeper/client/
implementation 'com.twitter.common.zookeeper:client:0.0.81'
// https://jarcasting.com/artifacts/com.twitter.common.zookeeper/client/
implementation ("com.twitter.common.zookeeper:client:0.0.81")
'com.twitter.common.zookeeper:client:jar:0.0.81'
<dependency org="com.twitter.common.zookeeper" name="client" rev="0.0.81">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common.zookeeper', module='client', version='0.0.81')
)
libraryDependencies += "com.twitter.common.zookeeper" % "client" % "0.0.81"
[com.twitter.common.zookeeper/client "0.0.81"]