GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIddurable-subscription |
Version | Version1.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/durable-subscription/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker</groupId>
<artifactId>durable-subscription</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/durable-subscription/
implementation 'org.apache.activemq.examples.broker:durable-subscription:1.5.4'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/durable-subscription/
implementation ("org.apache.activemq.examples.broker:durable-subscription:1.5.4")
'org.apache.activemq.examples.broker:durable-subscription:jar:1.5.4'
<dependency org="org.apache.activemq.examples.broker" name="durable-subscription" rev="1.5.4">
<artifact name="durable-subscription" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='durable-subscription', version='1.5.4')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "durable-subscription" % "1.5.4"
[org.apache.activemq.examples.broker/durable-subscription "1.5.4"]