| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdorg.hornetq | 
| ArtifactId | ArtifactIdhornetq-bootstrap | 
| Version | Version2.2.0.QA-10039 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-bootstrap/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-bootstrap</artifactId>
    <version>2.2.0.QA-10039</version>
</dependency>// https://jarcasting.com/artifacts/org.hornetq/hornetq-bootstrap/
implementation 'org.hornetq:hornetq-bootstrap:2.2.0.QA-10039'// https://jarcasting.com/artifacts/org.hornetq/hornetq-bootstrap/
implementation ("org.hornetq:hornetq-bootstrap:2.2.0.QA-10039")'org.hornetq:hornetq-bootstrap:jar:2.2.0.QA-10039'<dependency org="org.hornetq" name="hornetq-bootstrap" rev="2.2.0.QA-10039">
  <artifact name="hornetq-bootstrap" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hornetq', module='hornetq-bootstrap', version='2.2.0.QA-10039')
)libraryDependencies += "org.hornetq" % "hornetq-bootstrap" % "2.2.0.QA-10039"[org.hornetq/hornetq-bootstrap "2.2.0.QA-10039"]