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