MVN

org.apache.activemq.tooling : activemq-junit

Maven & Gradle

Feb 22, 2023
35 usages
1.9k stars

ActiveMQ :: JUnit Rule · JUnit Rule for Embedded ActiveMQ Brokers

<dependency>
    <groupId>org.apache.activemq.tooling</groupId>
    <artifactId>activemq-junit</artifactId>
    <version>5.17.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.17.4

All Versions

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

  • Version Updated
  • activemq-junit-5.17.4

    Feb 22, 2023
  • activemq-junit-5.16.6

    Feb 10, 2023
  • activemq-junit-5.17.3

    Nov 29, 2022
  • activemq-junit-5.17.2

    Aug 25, 2022
  • activemq-junit-5.16.5

    Apr 29, 2022
  • activemq-junit-5.17.1

    Apr 25, 2022
  • activemq-junit-5.17.0

    Mar 09, 2022
  • activemq-junit-5.16.4

    Feb 11, 2022
  • activemq-junit-5.16.3

    Aug 10, 2021
  • activemq-junit-5.16.2

    Apr 21, 2021
  • activemq-junit-5.15.15

    Apr 20, 2021
  • activemq-junit-5.16.1

    Jan 14, 2021
  • activemq-junit-5.15.14

    Dec 02, 2020
  • activemq-junit-5.16.0

    Jun 25, 2020
  • activemq-junit-5.15.13

    May 25, 2020
  • activemq-junit-5.15.12

    Mar 13, 2020
  • activemq-junit-5.15.11

    Nov 20, 2019
  • activemq-junit-5.15.10

    Aug 28, 2019
  • activemq-junit-5.15.9

    Mar 15, 2019
  • activemq-junit-5.15.8

    Nov 14, 2018
  • activemq-junit-5.15.7

    Oct 24, 2018
  • activemq-junit-5.15.6

    Sep 04, 2018
  • activemq-junit-5.15.5

    Aug 06, 2018
  • activemq-junit-5.15.4

    May 17, 2018
  • activemq-junit-5.15.3

    Jan 29, 2018
  • activemq-junit-5.15.2

    Oct 17, 2017
  • activemq-junit-5.15.1

    Sep 28, 2017
  • activemq-junit-5.15.0

    Jun 27, 2017
  • activemq-junit-5.14.5

    Apr 11, 2017
  • activemq-junit-5.14.4

    Feb 27, 2017
  • activemq-junit-5.14.3

    Dec 19, 2016
  • activemq-junit-5.13.5

    Dec 16, 2016
  • activemq-junit-5.14.2

    Dec 05, 2016
  • activemq-junit-5.14.1

    Sep 27, 2016
  • activemq-junit-5.14.0

    Aug 02, 2016
  • activemq-junit-5.13.4

    Jul 14, 2016
  • activemq-junit-5.13.3

    Apr 28, 2016
  • activemq-junit-5.13.2

    Mar 01, 2016
  • activemq-junit-5.13.1

    Feb 02, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.activemq.tooling</groupId>
    <artifactId>activemq-junit</artifactId>
    <version>5.17.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.activemq.tooling:activemq-junit:5.17.4'

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

implementation("org.apache.activemq.tooling:activemq-junit:5.17.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.activemq.tooling" % "activemq-junit" % "5.17.4"