is not current version
Last Version 3.2.4

activemq:activemq-optional 3.2-M1


GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq-optional
Version

Version

3.2-M1
Type

Type

jar

Download activemq-optional 3.2-M1


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