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