| Группа | Группаorg.apache.activemq |
|---|---|
| Идентификатор | Идентификаторartemis-console |
| Версия | Версия2.19.1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| artemis-console-2.19.1.pom | |
| artemis-console-2.19.1.war | 10 MB |
| artemis-console-2.19.1-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-console</artifactId>
<version>2.19.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/
implementation 'org.apache.activemq:artemis-console:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq/artemis-console/
implementation ("org.apache.activemq:artemis-console:2.19.1")
'org.apache.activemq:artemis-console:war:2.19.1'
<dependency org="org.apache.activemq" name="artemis-console" rev="2.19.1">
<artifact name="artemis-console" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-console', version='2.19.1')
)
libraryDependencies += "org.apache.activemq" % "artemis-console" % "2.19.1"
[org.apache.activemq/artemis-console "2.19.1"]