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