MVN

org.apache.qpid : qpid-amqp-1-0-client

Maven & Gradle

Mar 12, 2015
8 usages

Qpid AMQP 1.0 Client · AMQP 1.0 compliant client module

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-amqp-1-0-client</artifactId>
    <version>0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.qpid : qpid-amqp-1-0-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32

All Versions

Choose a version of org.apache.qpid : qpid-amqp-1-0-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32
qpid-amqp-1-0-client-0.32
0.30
qpid-amqp-1-0-client-0.30
0.28
qpid-amqp-1-0-client-0.28
0.26
qpid-amqp-1-0-client-0.26
0.24
qpid-amqp-1-0-client-0.24
0.22
qpid-amqp-1-0-client-0.22
0.20
qpid-amqp-1-0-client-0.20
0.18
qpid-amqp-1-0-client-0.18

How to add a dependency to Maven

Add the following org.apache.qpid : qpid-amqp-1-0-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>qpid-amqp-1-0-client</artifactId>
    <version>0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.qpid : qpid-amqp-1-0-client gradle dependency to your build.gradle file:

implementation 'org.apache.qpid:qpid-amqp-1-0-client:0.32'

Gradle Kotlin DSL: Add the following org.apache.qpid : qpid-amqp-1-0-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.qpid:qpid-amqp-1-0-client:0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.qpid : qpid-amqp-1-0-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.qpid" % "qpid-amqp-1-0-client" % "0.32"

Advertisement