is not current version
Last Version 5.17.1

org.apache.activemq:activemq-run 5.7.0

run.jar for starting a standalone ActiveMQ broker

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-run
Version

Version

5.7.0
Type

Type

jar

Download activemq-run 5.7.0


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