is not current version
Last Version 5.17.1

org.apache.activemq:apache-activemq 5.0.0

Puts together the ActiveMQ distribution

Categories

Categories

Apache ActiveMQ Application Layer Libs Messaging
GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

apache-activemq
Version

Version

5.0.0
Type

Type

jar

Download apache-activemq 5.0.0


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