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