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