| Группа | Группаorg.apache.activemq |
|---|---|
| Идентификатор | Идентификаторactivemq-unit-tests |
| Версия | Версия5.11.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| activemq-unit-tests-5.11.4.pom | |
| activemq-unit-tests-5.11.4.jar | 17 KB |
| activemq-unit-tests-5.11.4-tests.jar | 4 MB |
| activemq-unit-tests-5.11.4-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-unit-tests/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-unit-tests</artifactId>
<version>5.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-unit-tests/
implementation 'org.apache.activemq:activemq-unit-tests:5.11.4'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-unit-tests/
implementation ("org.apache.activemq:activemq-unit-tests:5.11.4")
'org.apache.activemq:activemq-unit-tests:jar:5.11.4'
<dependency org="org.apache.activemq" name="activemq-unit-tests" rev="5.11.4">
<artifact name="activemq-unit-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-unit-tests', version='5.11.4')
)
libraryDependencies += "org.apache.activemq" % "activemq-unit-tests" % "5.11.4"
[org.apache.activemq/activemq-unit-tests "5.11.4"]