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