is not current version
Last Version 4.0-M3

activemq:activemq 3.2.4

ActiveMQ Assembly creates an ActiveMQ distribution

GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq
Version

Version

3.2.4
Type

Type

jar

Download activemq 3.2.4


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