| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.emodb |
| ArtifactId | ArtifactIdemodb-databus |
| Version | Version5.4.33 |
| Type | Typejar |
| Filename | Size |
|---|---|
| emodb-databus-5.4.33.pom | |
| emodb-databus-5.4.33.jar | 153 KB |
| emodb-databus-5.4.33-sources.jar | 76 KB |
| emodb-databus-5.4.33-javadoc.jar | 385 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-databus</artifactId>
<version>5.4.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus/
implementation 'com.bazaarvoice.emodb:emodb-databus:5.4.33'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-databus/
implementation ("com.bazaarvoice.emodb:emodb-databus:5.4.33")
'com.bazaarvoice.emodb:emodb-databus:jar:5.4.33'
<dependency org="com.bazaarvoice.emodb" name="emodb-databus" rev="5.4.33">
<artifact name="emodb-databus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-databus', version='5.4.33')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-databus" % "5.4.33"
[com.bazaarvoice.emodb/emodb-databus "5.4.33"]