MVN

org.amqphub.quarkus : quarkus-qpid-jms-integration-tests

Maven & Gradle

Jul 14, 2023
11 stars

Quarkus Qpid JMS - Integration Tests · Quarkus Qpid JMS integration tests module

<dependency>
    <groupId>org.amqphub.quarkus</groupId>
    <artifactId>quarkus-qpid-jms-integration-tests</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.amqphub.quarkus : quarkus-qpid-jms-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.0
  • Latest Alpha: 2.0.0.Alpha3

All Versions

Choose a version of org.amqphub.quarkus : quarkus-qpid-jms-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
quarkus-qpid-jms-integration-tests-2.4.0
2.3.x
quarkus-qpid-jms-integration-tests-2.3.0
2.2.x
quarkus-qpid-jms-integration-tests-2.2.0
2.1.x
quarkus-qpid-jms-integration-tests-2.1.0
2.0.x
quarkus-qpid-jms-integration-tests-2.0.0
quarkus-qpid-jms-integration-tests-2.0.0.Alpha3
quarkus-qpid-jms-integration-tests-2.0.0.Alpha2
quarkus-qpid-jms-integration-tests-2.0.0.Alpha1
0.45.x
quarkus-qpid-jms-integration-tests-0.45.0
0.44.x
quarkus-qpid-jms-integration-tests-0.44.0
0.43.x
quarkus-qpid-jms-integration-tests-0.43.0
0.42.x
quarkus-qpid-jms-integration-tests-0.42.0
0.41.x
quarkus-qpid-jms-integration-tests-0.41.0
0.40.x
quarkus-qpid-jms-integration-tests-0.40.0
0.39.x
quarkus-qpid-jms-integration-tests-0.39.0
0.38.x
quarkus-qpid-jms-integration-tests-0.38.0
0.37.x
quarkus-qpid-jms-integration-tests-0.37.0
0.36.x
quarkus-qpid-jms-integration-tests-0.36.0
0.35.x
quarkus-qpid-jms-integration-tests-0.35.0
0.34.x
quarkus-qpid-jms-integration-tests-0.34.0
0.33.x
quarkus-qpid-jms-integration-tests-0.33.0
0.32.x
quarkus-qpid-jms-integration-tests-0.32.0
0.31.x
quarkus-qpid-jms-integration-tests-0.31.0
0.30.x
quarkus-qpid-jms-integration-tests-0.30.0
0.29.x
quarkus-qpid-jms-integration-tests-0.29.0
0.28.x
quarkus-qpid-jms-integration-tests-0.28.0
0.27.x
quarkus-qpid-jms-integration-tests-0.27.0
0.26.x
quarkus-qpid-jms-integration-tests-0.26.0
0.25.x
quarkus-qpid-jms-integration-tests-0.25.0
0.24.x
quarkus-qpid-jms-integration-tests-0.24.0
0.23.x
quarkus-qpid-jms-integration-tests-0.23.0
0.22.x
quarkus-qpid-jms-integration-tests-0.22.0
0.21.x
quarkus-qpid-jms-integration-tests-0.21.0
0.20.x
quarkus-qpid-jms-integration-tests-0.20.0
0.19.x
quarkus-qpid-jms-integration-tests-0.19.0
0.18.x
quarkus-qpid-jms-integration-tests-0.18.0
0.17.x
quarkus-qpid-jms-integration-tests-0.17.0
0.16.x
quarkus-qpid-jms-integration-tests-0.16.1
quarkus-qpid-jms-integration-tests-0.16.0
0.15.x
quarkus-qpid-jms-integration-tests-0.15.0
0.14.x
quarkus-qpid-jms-integration-tests-0.14.1
quarkus-qpid-jms-integration-tests-0.14.0
0.13.x
quarkus-qpid-jms-integration-tests-0.13.2
quarkus-qpid-jms-integration-tests-0.13.1
quarkus-qpid-jms-integration-tests-0.13.0
0.12.x
quarkus-qpid-jms-integration-tests-0.12.0
0.11.x
quarkus-qpid-jms-integration-tests-0.11.3
quarkus-qpid-jms-integration-tests-0.11.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.amqphub.quarkus</groupId>
    <artifactId>quarkus-qpid-jms-integration-tests</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.amqphub.quarkus : quarkus-qpid-jms-integration-tests gradle dependency to your build.gradle file:

implementation 'org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:2.4.0'

Gradle Kotlin DSL: Add the following org.amqphub.quarkus : quarkus-qpid-jms-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:2.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.amqphub.quarkus : quarkus-qpid-jms-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.amqphub.quarkus" % "quarkus-qpid-jms-integration-tests" % "2.4.0"

Advertisement