| GroupId | GroupIdorg.w007.activemq |
|---|---|
| ArtifactId | ArtifactIdactivemq-destination-reaper |
| Version | Version0.2.1.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/ -->
<dependency>
<groupId>org.w007.activemq</groupId>
<artifactId>activemq-destination-reaper</artifactId>
<version>0.2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/
implementation 'org.w007.activemq:activemq-destination-reaper:0.2.1.1'
// https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/
implementation ("org.w007.activemq:activemq-destination-reaper:0.2.1.1")
'org.w007.activemq:activemq-destination-reaper:jar:0.2.1.1'
<dependency org="org.w007.activemq" name="activemq-destination-reaper" rev="0.2.1.1">
<artifact name="activemq-destination-reaper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.w007.activemq', module='activemq-destination-reaper', version='0.2.1.1')
)
libraryDependencies += "org.w007.activemq" % "activemq-destination-reaper" % "0.2.1.1"
[org.w007.activemq/activemq-destination-reaper "0.2.1.1"]