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