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