Download activemq-junit-1.0.2.jar file - Jar a

Jar examples for a:activemq-junit

Description

A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.

You can download jar file activemq-junit 1.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add activemq-junit-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.hqstevenson.junit</groupId>
   <artifactId>activemq-junit</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.hqstevenson.junit', name: 'activemq-junit', version: '1.0.2'
libraryDependencies += "com.github.hqstevenson.junit" % "activemq-junit" % "1.0.2"
<dependency org="com.github.hqstevenson.junit" name="activemq-junit" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.hqstevenson.junit', module='activemq-junit', version='1.0.2'))
'com.github.hqstevenson.junit:activemq-junit:jar:1.0.2'

Download

Click the following link to download the jar file.

activemq-junit-1.0.2-javadoc.jar
activemq-junit-1.0.2-sources.jar
activemq-junit-1.0.2.jar
activemq-junit-1.0.2.pom



Related Tutorials