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