is not current version
Last Version 8.0.6

org.apache.qpid:qpid-broker-parent 8.0.0

Apache Qpid Broker-J

GroupId

GroupId

org.apache.qpid
ArtifactId

ArtifactId

qpid-broker-parent
Version

Version

8.0.0
Type

Type

pom

Download qpid-broker-parent 8.0.0


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