GroupId | GroupIdorg.apache.servicemix |
---|---|
ArtifactId | ArtifactIdactivemq |
Version | Version6.0.5 |
Type | Typepom |
Filename | Size |
---|---|
activemq-6.0.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/activemq/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>activemq</artifactId>
<version>6.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/activemq/
implementation 'org.apache.servicemix:activemq:6.0.5'
// https://jarcasting.com/artifacts/org.apache.servicemix/activemq/
implementation ("org.apache.servicemix:activemq:6.0.5")
'org.apache.servicemix:activemq:pom:6.0.5'
<dependency org="org.apache.servicemix" name="activemq" rev="6.0.5">
<artifact name="activemq" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='activemq', version='6.0.5')
)
libraryDependencies += "org.apache.servicemix" % "activemq" % "6.0.5"
[org.apache.servicemix/activemq "6.0.5"]