MVN

org.apache.qpid : proton-jms

Maven & Gradle

Apr 14, 2016
11 usages

proton-jms

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>proton-jms</artifactId>
    <version>0.12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.qpid : proton-jms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.2

All Versions

Choose a version of org.apache.qpid : proton-jms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
proton-jms-0.12.2
proton-jms-0.12.1
proton-jms-0.12.0
0.11.x
proton-jms-0.11.1
proton-jms-0.11.0
0.10
proton-jms-0.10
0.9.x
proton-jms-0.9.1
0.9
proton-jms-0.9
0.8
proton-jms-0.8
0.7
proton-jms-0.7
0.6
proton-jms-0.6
0.5
proton-jms-0.5
0.4
proton-jms-0.4
0.3
proton-jms-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>proton-jms</artifactId>
    <version>0.12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.qpid : proton-jms gradle dependency to your build.gradle file:

implementation 'org.apache.qpid:proton-jms:0.12.2'

Gradle Kotlin DSL: Add the following org.apache.qpid : proton-jms gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.qpid:proton-jms:0.12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.qpid : proton-jms sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.qpid" % "proton-jms" % "0.12.2"

Advertisement