MVN

io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external

Maven & Gradle

Jun 16, 2023
5 stars

Quarkus - Artemis - Integration Tests - Camel JMS - With named and external configuration · The Apache ActiveMQ Artemis Camel JMS integration tests with named and external configuration module

<dependency>
    <groupId>io.quarkiverse.artemis</groupId>
    <artifactId>quarkus-integration-test-artemis-camel-jms-with-named-and-external</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
quarkus-integration-test-artemis-camel-jms-with-named-and-external-2.1.1
quarkus-integration-test-artemis-camel-jms-with-named-and-external-2.1.0
2.0.x
quarkus-integration-test-artemis-camel-jms-with-named-and-external-2.0.5
quarkus-integration-test-artemis-camel-jms-with-named-and-external-2.0.4

How to add a dependency to Maven

Add the following io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkiverse.artemis</groupId>
    <artifactId>quarkus-integration-test-artemis-camel-jms-with-named-and-external</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external gradle dependency to your build.gradle file:

implementation 'io.quarkiverse.artemis:quarkus-integration-test-artemis-camel-jms-with-named-and-external:2.1.1'

Gradle Kotlin DSL: Add the following io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkiverse.artemis:quarkus-integration-test-artemis-camel-jms-with-named-and-external:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkiverse.artemis : quarkus-integration-test-artemis-camel-jms-with-named-and-external sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkiverse.artemis" % "quarkus-integration-test-artemis-camel-jms-with-named-and-external" % "2.1.1"