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