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