is not current version
Last Version 3.2.4

activemq:activemq-optional 3.1-M6


GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq-optional
Version

Version

3.1-M6
Type

Type

jar

Download activemq-optional 3.1-M6


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