is not current version
Last Version 5.17.1

org.apache.activemq:activemq-broker 5.15.2

The ActiveMQ Message Broker implementation

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-broker
Version

Version

5.15.2
Type

Type

jar

Download activemq-broker 5.15.2


<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/ -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-broker</artifactId>
    <version>5.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/
implementation 'org.apache.activemq:activemq-broker:5.15.2'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-broker/
implementation ("org.apache.activemq:activemq-broker:5.15.2")
'org.apache.activemq:activemq-broker:jar:5.15.2'
<dependency org="org.apache.activemq" name="activemq-broker" rev="5.15.2">
  <artifact name="activemq-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-broker', version='5.15.2')
)
libraryDependencies += "org.apache.activemq" % "activemq-broker" % "5.15.2"
[org.apache.activemq/activemq-broker "5.15.2"]