| GroupId | GroupIdactivemq |
|---|---|
| ArtifactId | ArtifactIdactivemq-store-bdb |
| Version | Version1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| activemq-store-bdb-1.4.pom | |
| activemq-store-bdb-1.4.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-store-bdb/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-store-bdb</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-store-bdb/
implementation 'activemq:activemq-store-bdb:1.4'
// https://jarcasting.com/artifacts/activemq/activemq-store-bdb/
implementation ("activemq:activemq-store-bdb:1.4")
'activemq:activemq-store-bdb:jar:1.4'
<dependency org="activemq" name="activemq-store-bdb" rev="1.4">
<artifact name="activemq-store-bdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-store-bdb', version='1.4')
)
libraryDependencies += "activemq" % "activemq-store-bdb" % "1.4"
[activemq/activemq-store-bdb "1.4"]