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