q

qpid-broker-core

Broker core functionality and initial configuration
Files download
File Operation
qpid-broker-core-9.2.0.jar download
qpid-broker-core-9.2.0.pom download
qpid-broker-core-9.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.qpid</groupId>
  <artifactId>qpid-broker-core</artifactId>
  <version>9.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.qpid:qpid-broker-core:9.2.0'
Gradle Kotlin
implementation("org.apache.qpid:qpid-broker-core:9.2.0")
Scala SBT
libraryDependencies += "org.apache.qpid" % "qpid-broker-core" % "9.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.qpid', module='qpid-broker-core', version='9.2.0')
)
Apache Ivy
<dependency org="org.apache.qpid" name="qpid-broker-core" rev="9.2.0" />
Leiningen
[org.apache.qpid/qpid-broker-core "9.2.0"]
Apache Buildr
'org.apache.qpid:qpid-broker-core:jar:9.2.0'