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