GroupId | GroupIdcom.bazaarvoice.ostrich |
---|---|
ArtifactId | ArtifactIdzookeeper |
Version | Version1.5.5 |
Type | Typepom |
Filename | Size |
---|---|
zookeeper-1.5.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>zookeeper</artifactId>
<version>1.5.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/
implementation 'com.bazaarvoice.ostrich:zookeeper:1.5.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/zookeeper/
implementation ("com.bazaarvoice.ostrich:zookeeper:1.5.5")
'com.bazaarvoice.ostrich:zookeeper:pom:1.5.5'
<dependency org="com.bazaarvoice.ostrich" name="zookeeper" rev="1.5.5">
<artifact name="zookeeper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='zookeeper', version='1.5.5')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "zookeeper" % "1.5.5"
[com.bazaarvoice.ostrich/zookeeper "1.5.5"]