| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.activemq |
| Идентификатор | Идентификаторactivemq-run |
| Версия | Версия5.17.0 |
| Тип | Типjar |
| Описание |
ОписаниеActiveMQ :: Run Jar
activemq.jar for starting a standalone ActiveMQ broker
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| activemq-run-5.17.0.pom | |
| activemq-run-5.17.0.jar | 15 KB |
| activemq-run-5.17.0-sources.jar | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-run/ -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-run</artifactId>
<version>5.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-run/
implementation 'org.apache.activemq:activemq-run:5.17.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-run/
implementation ("org.apache.activemq:activemq-run:5.17.0")
'org.apache.activemq:activemq-run:jar:5.17.0'
<dependency org="org.apache.activemq" name="activemq-run" rev="5.17.0">
<artifact name="activemq-run" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-run', version='5.17.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-run" % "5.17.0"
[org.apache.activemq/activemq-run "5.17.0"]