MVN

org.apache.activemq : activemq-karaf-itest

Maven & Gradle

Jun 28, 2023
2.1k stars

ActiveMQ :: Karaf Integration Tests · Performs Karaf compliance integration tests

<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-karaf-itest</artifactId>
    <version>5.17.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.activemq : activemq-karaf-itest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.17.5

All Versions

Choose a version of org.apache.activemq : activemq-karaf-itest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.18.x
activemq-karaf-itest-5.18.2
activemq-karaf-itest-5.18.1
activemq-karaf-itest-5.18.0
5.17.x
activemq-karaf-itest-5.17.5
activemq-karaf-itest-5.17.4
activemq-karaf-itest-5.17.3
activemq-karaf-itest-5.17.2
activemq-karaf-itest-5.17.1
activemq-karaf-itest-5.17.0
5.16.x
activemq-karaf-itest-5.16.6
activemq-karaf-itest-5.16.5
activemq-karaf-itest-5.16.4
activemq-karaf-itest-5.16.3
activemq-karaf-itest-5.16.2
activemq-karaf-itest-5.16.1
activemq-karaf-itest-5.16.0
5.15.x
activemq-karaf-itest-5.15.15
activemq-karaf-itest-5.15.14
activemq-karaf-itest-5.15.13
activemq-karaf-itest-5.15.12
activemq-karaf-itest-5.15.11
activemq-karaf-itest-5.15.10
activemq-karaf-itest-5.15.9
activemq-karaf-itest-5.15.8
activemq-karaf-itest-5.15.7
activemq-karaf-itest-5.15.6
activemq-karaf-itest-5.15.5
activemq-karaf-itest-5.15.4
activemq-karaf-itest-5.15.3
activemq-karaf-itest-5.15.2
activemq-karaf-itest-5.15.1
activemq-karaf-itest-5.15.0
5.14.x
activemq-karaf-itest-5.14.5
activemq-karaf-itest-5.14.4
activemq-karaf-itest-5.14.3
activemq-karaf-itest-5.14.2
activemq-karaf-itest-5.14.1
activemq-karaf-itest-5.14.0
5.13.x
activemq-karaf-itest-5.13.5
activemq-karaf-itest-5.13.4
activemq-karaf-itest-5.13.3
activemq-karaf-itest-5.13.2
activemq-karaf-itest-5.13.1
activemq-karaf-itest-5.13.0
5.12.x
activemq-karaf-itest-5.12.3
activemq-karaf-itest-5.12.2
activemq-karaf-itest-5.12.1
activemq-karaf-itest-5.12.0
5.11.x
activemq-karaf-itest-5.11.4
activemq-karaf-itest-5.11.3
activemq-karaf-itest-5.11.2
activemq-karaf-itest-5.11.1
activemq-karaf-itest-5.11.0
5.10.x
activemq-karaf-itest-5.10.2
activemq-karaf-itest-5.10.1
activemq-karaf-itest-5.10.0
5.9.x
activemq-karaf-itest-5.9.1
activemq-karaf-itest-5.9.0
5.8.x
activemq-karaf-itest-5.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-karaf-itest</artifactId>
    <version>5.17.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.activemq : activemq-karaf-itest gradle dependency to your build.gradle file:

implementation 'org.apache.activemq:activemq-karaf-itest:5.17.5'

Gradle Kotlin DSL: Add the following org.apache.activemq : activemq-karaf-itest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.activemq:activemq-karaf-itest:5.17.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.activemq : activemq-karaf-itest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.activemq" % "activemq-karaf-itest" % "5.17.5"

Advertisement