GroupId | GroupIdorg.apache.activemq |
---|---|
ArtifactId | ArtifactIdartemis-console |
Version | Version2.11.0 |
Type | Typewar |
Filename | Size |
---|---|
artemis-console-2.11.0.pom | |
artemis-console-2.11.0.war | 12 MB |
artemis-console-2.11.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-console</artifactId>
<version>2.11.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/
implementation 'org.apache.activemq:artemis-console:2.11.0'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/
implementation ("org.apache.activemq:artemis-console:2.11.0")
'org.apache.activemq:artemis-console:war:2.11.0'
<dependency org="org.apache.activemq" name="artemis-console" rev="2.11.0">
<artifact name="artemis-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-console', version='2.11.0')
)
libraryDependencies += "org.apache.activemq" % "artemis-console" % "2.11.0"
[org.apache.activemq/artemis-console "2.11.0"]