| GroupId | GroupIdorg.apache.activemq.examples.broker |
|---|---|
| ArtifactId | ArtifactIdtopic |
| Version | Version1.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| topic-1.5.2.pom | |
| topic-1.5.2.jar | 11 KB |
| topic-1.5.2-sources.jar | 9 KB |
| topic-1.5.2-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/topic/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>topic</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/topic/
implementation 'org.apache.activemq.examples.broker:topic:1.5.2'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/topic/
implementation ("org.apache.activemq.examples.broker:topic:1.5.2")
'org.apache.activemq.examples.broker:topic:jar:1.5.2'
<dependency org="org.apache.activemq.examples.broker" name="topic" rev="1.5.2">
<artifact name="topic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='topic', version='1.5.2')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "topic" % "1.5.2"
[org.apache.activemq.examples.broker/topic "1.5.2"]