| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.hqstevenson.junit |
| ArtifactId | ArtifactIdactivemq-junit |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionActiveMQ JUnit Utilities
A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| activemq-junit-1.0.3.pom | |
| activemq-junit-1.0.3.jar | 37 KB |
| activemq-junit-1.0.3-sources.jar | 29 KB |
| activemq-junit-1.0.3-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/activemq-junit/ -->
<dependency>
<groupId>com.github.hqstevenson.junit</groupId>
<artifactId>activemq-junit</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/activemq-junit/
implementation 'com.github.hqstevenson.junit:activemq-junit:1.0.3'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/activemq-junit/
implementation ("com.github.hqstevenson.junit:activemq-junit:1.0.3")
'com.github.hqstevenson.junit:activemq-junit:jar:1.0.3'
<dependency org="com.github.hqstevenson.junit" name="activemq-junit" rev="1.0.3">
<artifact name="activemq-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='activemq-junit', version='1.0.3')
)
libraryDependencies += "com.github.hqstevenson.junit" % "activemq-junit" % "1.0.3"
[com.github.hqstevenson.junit/activemq-junit "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.apache.activemq : activemq-client | jar | 5.14.4 |
| org.apache.activemq : activemq-broker | jar | 5.14.4 |
| org.apache.activemq : activemq-pool | jar | 5.14.4 |
| org.apache.activemq : activemq-spring | jar | 5.14.4 |
| org.springframework : spring-context | jar | 4.1.9.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 |