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