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