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