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