is not current version
Last Version 5.17.1

org.apache.activemq:apache-activemq 4.1.1

Puts together the ActiveMQ distribution

Categories

Categories

Apache ActiveMQ Application Layer Libs Messaging
GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

apache-activemq
Version

Version

4.1.1
Type

Type

jar

Download apache-activemq 4.1.1


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