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