GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIddurable-subscription |
Version | Version2.10.0 |
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>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/durable-subscription/
implementation 'org.apache.activemq.examples.broker:durable-subscription:2.10.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/durable-subscription/
implementation ("org.apache.activemq.examples.broker:durable-subscription:2.10.0")
'org.apache.activemq.examples.broker:durable-subscription:jar:2.10.0'
<dependency org="org.apache.activemq.examples.broker" name="durable-subscription" rev="2.10.0">
<artifact name="durable-subscription" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='durable-subscription', version='2.10.0')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "durable-subscription" % "2.10.0"
[org.apache.activemq.examples.broker/durable-subscription "2.10.0"]