MVN

org.apache.qpid : protonj2-client

Maven & Gradle

May 02, 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-M15</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-M15

All Versions

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

  • Version Updated
  • protonj2-client-1.0.0-M15

    May 02, 2023
  • protonj2-client-1.0.0-M14

    Apr 10, 2023
  • protonj2-client-1.0.0-M13

    Mar 27, 2023
  • protonj2-client-1.0.0-M12

    Jan 10, 2023
  • protonj2-client-1.0.0-M11

    Nov 08, 2022
  • protonj2-client-1.0.0-M10

    Oct 26, 2022
  • protonj2-client-1.0.0-M9

    Sep 20, 2022
  • protonj2-client-1.0.0-M8

    Aug 23, 2022
  • protonj2-client-1.0.0-M7

    Jun 27, 2022
  • protonj2-client-1.0.0-M6

    May 23, 2022
  • protonj2-client-1.0.0-M5

    Apr 05, 2022
  • protonj2-client-1.0.0-M4

    Dec 20, 2021
  • protonj2-client-1.0.0-M3

    Oct 19, 2021
  • protonj2-client-1.0.0-M2

    May 25, 2021
  • protonj2-client-1.0.0-M1

    May 05, 2021

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-M15</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-M15'

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-M15")

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-M15"