is not current version
Last Version 4.0-M3

activemq:activemq 2.1


GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq
Version

Version

2.1
Type

Type

jar

Download activemq 2.1


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