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