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