GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdactivemq-web-console |
Version | Version5.11.1 |
Type | Typewar |
Filename | Size |
---|---|
activemq-web-console-5.11.1.pom | |
activemq-web-console-5.11.1.war | 12 MB |
activemq-web-console-5.11.1-sources.jar | 27 KB |
activemq-web-console-5.11.1-javadoc.jar | 161 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.11.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation 'org.apache.activemq:activemq-web-console:5.11.1'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-web-console/
implementation ("org.apache.activemq:activemq-web-console:5.11.1")
'org.apache.activemq:activemq-web-console:war:5.11.1'
<dependency org="org.apache.activemq" name="activemq-web-console" rev="5.11.1">
<artifact name="activemq-web-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-console', version='5.11.1')
)
libraryDependencies += "org.apache.activemq" % "activemq-web-console" % "5.11.1"
[org.apache.activemq/activemq-web-console "5.11.1"]