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