is not current version
Last Version 5.17.1

org.apache.activemq:activemq-all 5.10.0

Puts together an ActiveMQ jar bundle

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-all
Version

Version

5.10.0
Type

Type

jar

Download activemq-all 5.10.0


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