| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаorg.hornetq |
| Идентификатор | Идентификаторhornetq-pom |
| Версия | Версия2.4.0.Beta3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hornetq-pom-2.4.0.Beta3.pom | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-pom</artifactId>
<version>2.4.0.Beta3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/
implementation 'org.hornetq:hornetq-pom:2.4.0.Beta3'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-pom/
implementation ("org.hornetq:hornetq-pom:2.4.0.Beta3")
'org.hornetq:hornetq-pom:pom:2.4.0.Beta3'
<dependency org="org.hornetq" name="hornetq-pom" rev="2.4.0.Beta3">
<artifact name="hornetq-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-pom', version='2.4.0.Beta3')
)
libraryDependencies += "org.hornetq" % "hornetq-pom" % "2.4.0.Beta3"
[org.hornetq/hornetq-pom "2.4.0.Beta3"]