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