License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix |
ArtifactId | ArtifactIdactivemq |
Last Version | Last Version7.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix :: ActiveMQ
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own
development)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
activemq-7.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix/activemq/ -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>activemq</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix/activemq/
implementation 'org.apache.servicemix:activemq:7.0.1'
// https://jarcasting.com/artifacts/org.apache.servicemix/activemq/
implementation ("org.apache.servicemix:activemq:7.0.1")
'org.apache.servicemix:activemq:pom:7.0.1'
<dependency org="org.apache.servicemix" name="activemq" rev="7.0.1">
<artifact name="activemq" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='activemq', version='7.0.1')
)
libraryDependencies += "org.apache.servicemix" % "activemq" % "7.0.1"
[org.apache.servicemix/activemq "7.0.1"]