| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаorg.hornetq |
| Идентификатор | Идентификаторhornetq-maven-plugin-pom |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Описание |
ОписаниеHornetQ Maven Plugin
A plugin for running a HornetQ Server
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hornetq-maven-plugin-pom-1.2.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-maven-plugin-pom</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/
implementation 'org.hornetq:hornetq-maven-plugin-pom:1.2.0'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-maven-plugin-pom/
implementation ("org.hornetq:hornetq-maven-plugin-pom:1.2.0")
'org.hornetq:hornetq-maven-plugin-pom:pom:1.2.0'
<dependency org="org.hornetq" name="hornetq-maven-plugin-pom" rev="1.2.0">
<artifact name="hornetq-maven-plugin-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-maven-plugin-pom', version='1.2.0')
)
libraryDependencies += "org.hornetq" % "hornetq-maven-plugin-pom" % "1.2.0"
[org.hornetq/hornetq-maven-plugin-pom "1.2.0"]