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