is not current version
Last Version 4.0-M3

activemq:activemq 3.2.3

ActiveMQ Assembly creates an ActiveMQ distribution

GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq
Version

Version

3.2.3
Type

Type

jar

Download activemq 3.2.3


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