GroupId | GroupIdorg.apache.activemq.examples.broker |
---|---|
ArtifactId | ArtifactIdpaging |
Version | Version2.19.1 |
Type | Typejar |
Filename | Size |
---|---|
paging-2.19.1.pom | |
paging-2.19.1.jar | 12 KB |
paging-2.19.1-sources.jar | 12 KB |
paging-2.19.1-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.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/paging/
implementation 'org.apache.activemq.examples.broker:paging:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker/paging/
implementation ("org.apache.activemq.examples.broker:paging:2.19.1")
'org.apache.activemq.examples.broker:paging:jar:2.19.1'
<dependency org="org.apache.activemq.examples.broker" name="paging" rev="2.19.1">
<artifact name="paging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker', module='paging', version='2.19.1')
)
libraryDependencies += "org.apache.activemq.examples.broker" % "paging" % "2.19.1"
[org.apache.activemq.examples.broker/paging "2.19.1"]