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