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