| GroupId | GroupIdorg.apache.qpid |
|---|---|
| ArtifactId | ArtifactIdqpid-bdbstore |
| Version | Version0.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qpid-bdbstore-0.14.pom | |
| qpid-bdbstore-0.14.jar | 96 KB |
| qpid-bdbstore-0.14-sources.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-bdbstore</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/
implementation 'org.apache.qpid:qpid-bdbstore:0.14'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-bdbstore/
implementation ("org.apache.qpid:qpid-bdbstore:0.14")
'org.apache.qpid:qpid-bdbstore:jar:0.14'
<dependency org="org.apache.qpid" name="qpid-bdbstore" rev="0.14">
<artifact name="qpid-bdbstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-bdbstore', version='0.14')
)
libraryDependencies += "org.apache.qpid" % "qpid-bdbstore" % "0.14"
[org.apache.qpid/qpid-bdbstore "0.14"]