is not current version
Last Version 8.0.6

org.apache.qpid:qpid-bdbstore 8.0.3

BDB message store implementation using Oracle Berkeley DB Java Edition

GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-bdbstore
Version

Version

8.0.3
Type

Type

jar

Download qpid-bdbstore 8.0.3


<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/ -->
<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-bdbstore</artifactId>
    <version>8.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/
implementation 'org.apache.qpid:qpid-bdbstore:8.0.3'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/
implementation ("org.apache.qpid:qpid-bdbstore:8.0.3")
'org.apache.qpid:qpid-bdbstore:jar:8.0.3'
<dependency org="org.apache.qpid" name="qpid-bdbstore" rev="8.0.3">
  <artifact name="qpid-bdbstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-bdbstore', version='8.0.3')
)
libraryDependencies += "org.apache.qpid" % "qpid-bdbstore" % "8.0.3"
[org.apache.qpid/qpid-bdbstore "8.0.3"]