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