GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-web-console |
Version | Version5.15.10 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-console</artifactId>
<version>5.15.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation 'org.apache.activemq:activemq-web-console:5.15.10'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation ("org.apache.activemq:activemq-web-console:5.15.10")
'org.apache.activemq:activemq-web-console:war:5.15.10'
<dependency org="org.apache.activemq" name="activemq-web-console" rev="5.15.10">
<artifact name="activemq-web-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-console', version='5.15.10')
)
libraryDependencies += "org.apache.activemq" % "activemq-web-console" % "5.15.10"
[org.apache.activemq/activemq-web-console "5.15.10"]