is not current version
Last Version 4.0-M3

activemq:activemq-core 4.0-M2

ActiveMQ is an open source message broker and JMS 1.1 provider

GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq-core
Version

Version

4.0-M2
Type

Type

jar

Download activemq-core 4.0-M2


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