GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-broker |
Version | Version7.1.8 |
Type | Typejar |
Filename | Size |
---|---|
qpid-broker-7.1.8.pom | |
qpid-broker-7.1.8.jar | 17 KB |
qpid-broker-7.1.8-sources.jar | 13 KB |
qpid-broker-7.1.8-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>7.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker/
implementation 'org.apache.qpid:qpid-broker:7.1.8'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker/
implementation ("org.apache.qpid:qpid-broker:7.1.8")
'org.apache.qpid:qpid-broker:jar:7.1.8'
<dependency org="org.apache.qpid" name="qpid-broker" rev="7.1.8">
<artifact name="qpid-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-broker', version='7.1.8')
)
libraryDependencies += "org.apache.qpid" % "qpid-broker" % "7.1.8"
[org.apache.qpid/qpid-broker "7.1.8"]