GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-broker |
Version | Version5.14.0 |
Type | Typejar |
Filename | Size |
---|---|
activemq-broker-5.14.0.pom | |
activemq-broker-5.14.0.jar | 1 MB |
activemq-broker-5.14.0-tests.jar | 79 KB |
activemq-broker-5.14.0-sources.jar | 834 KB |
activemq-broker-5.14.0-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/
implementation 'org.apache.activemq:activemq-broker:5.14.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/
implementation ("org.apache.activemq:activemq-broker:5.14.0")
'org.apache.activemq:activemq-broker:jar:5.14.0'
<dependency org="org.apache.activemq" name="activemq-broker" rev="5.14.0">
<artifact name="activemq-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-broker', version='5.14.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-broker" % "5.14.0"
[org.apache.activemq/activemq-broker "5.14.0"]