GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-broker-plugins-derby-store |
Version | Version6.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-derby-store/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker-plugins-derby-store</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-derby-store/
implementation 'org.apache.qpid:qpid-broker-plugins-derby-store:6.1.0'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-plugins-derby-store/
implementation ("org.apache.qpid:qpid-broker-plugins-derby-store:6.1.0")
'org.apache.qpid:qpid-broker-plugins-derby-store:jar:6.1.0'
<dependency org="org.apache.qpid" name="qpid-broker-plugins-derby-store" rev="6.1.0">
<artifact name="qpid-broker-plugins-derby-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-broker-plugins-derby-store', version='6.1.0')
)
libraryDependencies += "org.apache.qpid" % "qpid-broker-plugins-derby-store" % "6.1.0"
[org.apache.qpid/qpid-broker-plugins-derby-store "6.1.0"]