is not current version
Last Version 3.2.4

activemq:activemq-optional 3.2.2

ActiveMQ Optional Tools

GroupId

GroupId

activemq
ArtifactId

ArtifactId

activemq-optional
Version

Version

3.2.2
Type

Type

jar

Download activemq-optional 3.2.2


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