MVN

org.apache.qpid : protonj2-client

Maven & Gradle

Jul 25, 2023
2 usages

Qpid ProtonJ2 Client Library · Imperative API for AMQP Messaging.

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>protonj2-client</artifactId>
    <version>1.0.0-M17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-M17

All Versions

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

Version Vulnerabilities Updated
1.0.x
protonj2-client-1.0.0-M17
protonj2-client-1.0.0-M16
protonj2-client-1.0.0-M15
protonj2-client-1.0.0-M14
protonj2-client-1.0.0-M13
protonj2-client-1.0.0-M12
protonj2-client-1.0.0-M11
protonj2-client-1.0.0-M10
protonj2-client-1.0.0-M9
protonj2-client-1.0.0-M8
protonj2-client-1.0.0-M7
protonj2-client-1.0.0-M6
protonj2-client-1.0.0-M5
protonj2-client-1.0.0-M4
protonj2-client-1.0.0-M3
protonj2-client-1.0.0-M2
protonj2-client-1.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>protonj2-client</artifactId>
    <version>1.0.0-M17</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.qpid:protonj2-client:1.0.0-M17'

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

implementation("org.apache.qpid:protonj2-client:1.0.0-M17")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.qpid" % "protonj2-client" % "1.0.0-M17"

Advertisement