| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.hqstevenson.junit |
| Идентификатор | Идентификаторactivemq-junit |
| Версия | Версия1.0.3 |
| Тип | Типjar |
| Описание |
ОписаниеActiveMQ JUnit Utilities
A library of JUnit assertions and resources to assist in testing with ActiveMQ clients and brokers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 | 115 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.21 |