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