GroupId | GroupIdcom.twitter.common |
---|---|
ArtifactId | ArtifactIdzookeeper-testing |
Version | Version0.0.56 |
Type | Typejar |
Filename | Size |
---|---|
zookeeper-testing-0.0.56.pom | |
zookeeper-testing-0.0.56.jar | 62 KB |
zookeeper-testing-0.0.56-sources.jar | 5 KB |
zookeeper-testing-0.0.56-javadoc.jar | 29 KB |
zookeeper-testing-0.0.56-CHANGELOG.txt | 74 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/zookeeper-testing/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>zookeeper-testing</artifactId>
<version>0.0.56</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/zookeeper-testing/
implementation 'com.twitter.common:zookeeper-testing:0.0.56'
// https://jarcasting.com/artifacts/com.twitter.common/zookeeper-testing/
implementation ("com.twitter.common:zookeeper-testing:0.0.56")
'com.twitter.common:zookeeper-testing:jar:0.0.56'
<dependency org="com.twitter.common" name="zookeeper-testing" rev="0.0.56">
<artifact name="zookeeper-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='zookeeper-testing', version='0.0.56')
)
libraryDependencies += "com.twitter.common" % "zookeeper-testing" % "0.0.56"
[com.twitter.common/zookeeper-testing "0.0.56"]