GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-broker |
Version | Version0.30 |
Type | Typejar |
Filename | Size |
---|---|
qpid-broker-0.30.pom | |
qpid-broker-0.30.jar | 17 KB |
qpid-broker-0.30-sources.jar | 10 KB |
qpid-broker-0.30-javadoc.jar | 42 KB |
qpid-broker-0.30-bin.tar.gz | 22 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker/
implementation 'org.apache.qpid:qpid-broker:0.30'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker/
implementation ("org.apache.qpid:qpid-broker:0.30")
'org.apache.qpid:qpid-broker:jar:0.30'
<dependency org="org.apache.qpid" name="qpid-broker" rev="0.30">
<artifact name="qpid-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-broker', version='0.30')
)
libraryDependencies += "org.apache.qpid" % "qpid-broker" % "0.30"
[org.apache.qpid/qpid-broker "0.30"]