is not current version
Last Version 8.0.6

org.apache.qpid:qpid-broker-core 0.28


GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-broker-core
Version

Version

0.28
Type

Type

jar

Download qpid-broker-core 0.28


<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-core/ -->
<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-broker-core</artifactId>
    <version>0.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-core/
implementation 'org.apache.qpid:qpid-broker-core:0.28'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-broker-core/
implementation ("org.apache.qpid:qpid-broker-core:0.28")
'org.apache.qpid:qpid-broker-core:jar:0.28'
<dependency org="org.apache.qpid" name="qpid-broker-core" rev="0.28">
  <artifact name="qpid-broker-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-broker-core', version='0.28')
)
libraryDependencies += "org.apache.qpid" % "qpid-broker-core" % "0.28"
[org.apache.qpid/qpid-broker-core "0.28"]