License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.activemq |
ArtifactId | ArtifactIdorg.apache.servicemix.activemq.web |
Version | Version5.0.6 |
Type | Typewar |
Description |
DescriptionApache ServiceMix :: ActiveMQ :: Web Console
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 |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.activemq/org.apache.servicemix.activemq.web/ -->
<dependency>
<groupId>org.apache.servicemix.activemq</groupId>
<artifactId>org.apache.servicemix.activemq.web</artifactId>
<version>5.0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.activemq/org.apache.servicemix.activemq.web/
implementation 'org.apache.servicemix.activemq:org.apache.servicemix.activemq.web:5.0.6'
// https://jarcasting.com/artifacts/org.apache.servicemix.activemq/org.apache.servicemix.activemq.web/
implementation ("org.apache.servicemix.activemq:org.apache.servicemix.activemq.web:5.0.6")
'org.apache.servicemix.activemq:org.apache.servicemix.activemq.web:war:5.0.6'
<dependency org="org.apache.servicemix.activemq" name="org.apache.servicemix.activemq.web" rev="5.0.6">
<artifact name="org.apache.servicemix.activemq.web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.activemq', module='org.apache.servicemix.activemq.web', version='5.0.6')
)
libraryDependencies += "org.apache.servicemix.activemq" % "org.apache.servicemix.activemq.web" % "5.0.6"
[org.apache.servicemix.activemq/org.apache.servicemix.activemq.web "5.0.6"]