is not current version
Last Version 4.0-M3

activemq:activemq-core 3.1-M5


GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq-core
Version

Version

3.1-M5
Type

Type

jar

Download activemq-core 3.1-M5


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