MVN

org.apache.qpid : protonj2

Maven & Gradle

Jul 25, 2023
3 usages

Qpid ProtonJ2 AMQP Protocol Library · AMQP 1.0 protocol engine and codec library

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

Latest Version

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

  • Latest Stable: 1.0.0-M17

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>protonj2</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement