Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-databus-client |
Version | Version6.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-databus-client</artifactId>
<version>6.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client/
implementation 'com.bazaarvoice.emodb:emodb-databus-client:6.2.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus-client/
implementation ("com.bazaarvoice.emodb:emodb-databus-client:6.2.1")
'com.bazaarvoice.emodb:emodb-databus-client:jar:6.2.1'
<dependency org="com.bazaarvoice.emodb" name="emodb-databus-client" rev="6.2.1">
<artifact name="emodb-databus-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-databus-client', version='6.2.1')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-databus-client" % "6.2.1"
[com.bazaarvoice.emodb/emodb-databus-client "6.2.1"]