is not current version
Last Version 4.0-M3

activemq:activemq 3.2

ActiveMQ Assembly creates an ActiveMQ distribution

GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq
Version

Version

3.2
Type

Type

jar

Download activemq 3.2


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