GroupId | GroupIdcom.bazaarvoice.emodb |
---|---|
ArtifactId | ArtifactIdemodb-common-zookeeper |
Version | Version5.6.24 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-zookeeper/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-common-zookeeper</artifactId>
<version>5.6.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-zookeeper/
implementation 'com.bazaarvoice.emodb:emodb-common-zookeeper:5.6.24'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-zookeeper/
implementation ("com.bazaarvoice.emodb:emodb-common-zookeeper:5.6.24")
'com.bazaarvoice.emodb:emodb-common-zookeeper:jar:5.6.24'
<dependency org="com.bazaarvoice.emodb" name="emodb-common-zookeeper" rev="5.6.24">
<artifact name="emodb-common-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-zookeeper', version='5.6.24')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-zookeeper" % "5.6.24"
[com.bazaarvoice.emodb/emodb-common-zookeeper "5.6.24"]