GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-partition |
Version | Version5.15.5 |
Type | Typejar |
Filename | Size |
---|---|
activemq-partition-5.15.5.pom | |
activemq-partition-5.15.5.jar | 24 KB |
activemq-partition-5.15.5-sources.jar | 18 KB |
activemq-partition-5.15.5-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-partition/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-partition</artifactId>
<version>5.15.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-partition/
implementation 'org.apache.activemq:activemq-partition:5.15.5'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-partition/
implementation ("org.apache.activemq:activemq-partition:5.15.5")
'org.apache.activemq:activemq-partition:jar:5.15.5'
<dependency org="org.apache.activemq" name="activemq-partition" rev="5.15.5">
<artifact name="activemq-partition" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-partition', version='5.15.5')
)
libraryDependencies += "org.apache.activemq" % "activemq-partition" % "5.15.5"
[org.apache.activemq/activemq-partition "5.15.5"]