GroupId | GroupIdactivemq |
---|---|
ArtifactId | ArtifactIdactivemq-optional |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionActiveMQ :: Optional
ActiveMQ Optional Tools
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
activemq-optional-3.2.4.pom | |
activemq-optional-3.2.4.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/activemq/activemq-optional/ -->
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-optional</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/activemq/activemq-optional/
implementation 'activemq:activemq-optional:3.2.4'
// https://jarcasting.com/artifacts/activemq/activemq-optional/
implementation ("activemq:activemq-optional:3.2.4")
'activemq:activemq-optional:jar:3.2.4'
<dependency org="activemq" name="activemq-optional" rev="3.2.4">
<artifact name="activemq-optional" type="jar" />
</dependency>
@Grapes(
@Grab(group='activemq', module='activemq-optional', version='3.2.4')
)
libraryDependencies += "activemq" % "activemq-optional" % "3.2.4"
[activemq/activemq-optional "3.2.4"]