GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-web-console |
Version | Version5.16.5 |
Type | Typewar |
Filename | Size |
---|---|
activemq-web-console-5.16.5.pom | |
activemq-web-console-5.16.5.war | 15 MB |
activemq-web-console-5.16.5-sources.jar | 34 KB |
activemq-web-console-5.16.5-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-console</artifactId>
<version>5.16.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation 'org.apache.activemq:activemq-web-console:5.16.5'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation ("org.apache.activemq:activemq-web-console:5.16.5")
'org.apache.activemq:activemq-web-console:war:5.16.5'
<dependency org="org.apache.activemq" name="activemq-web-console" rev="5.16.5">
<artifact name="activemq-web-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-console', version='5.16.5')
)
libraryDependencies += "org.apache.activemq" % "activemq-web-console" % "5.16.5"
[org.apache.activemq/activemq-web-console "5.16.5"]