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