GroupId | GroupIdcom.bazaarvoice.emodb |
---|---|
ArtifactId | ArtifactIdemodb-queue |
Version | Version6.1.5 |
Type | Typejar |
Filename | Size |
---|---|
emodb-queue-6.1.5.pom | |
emodb-queue-6.1.5.jar | 26 KB |
emodb-queue-6.1.5-sources.jar | 12 KB |
emodb-queue-6.1.5-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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-queue/
implementation 'com.bazaarvoice.emodb:emodb-queue:6.1.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-queue/
implementation ("com.bazaarvoice.emodb:emodb-queue:6.1.5")
'com.bazaarvoice.emodb:emodb-queue:jar:6.1.5'
<dependency org="com.bazaarvoice.emodb" name="emodb-queue" rev="6.1.5">
<artifact name="emodb-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-queue', version='6.1.5')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-queue" % "6.1.5"
[com.bazaarvoice.emodb/emodb-queue "6.1.5"]