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