a

activemq-junit

A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.
https://github.com/hqstevenson/activemq-junit
The Apache License, Version 2.0
Quinn Stevenson
Files download
File Operation
activemq-junit-1.0.3.jar download
activemq-junit-1.0.3.pom download
activemq-junit-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hqstevenson.junit</groupId>
  <artifactId>activemq-junit</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.hqstevenson.junit:activemq-junit:1.0.3'
Gradle Kotlin
implementation("com.github.hqstevenson.junit:activemq-junit:1.0.3")
Scala SBT
libraryDependencies += "com.github.hqstevenson.junit" % "activemq-junit" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hqstevenson.junit', module='activemq-junit', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.hqstevenson.junit" name="activemq-junit" rev="1.0.3" />
Leiningen
[com.github.hqstevenson.junit/activemq-junit "1.0.3"]
Apache Buildr
'com.github.hqstevenson.junit:activemq-junit:jar:1.0.3'