| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdorg.hornetq | 
| ArtifactId | ArtifactIdhornetq-resources | 
| Last Version | Last Version2.2.21.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHornetQ HornetQ Messaging System | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-resources/ -->
<dependency>
    <groupId>org.hornetq</groupId>
    <artifactId>hornetq-resources</artifactId>
    <version>2.2.21.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.hornetq/hornetq-resources/
implementation 'org.hornetq:hornetq-resources:2.2.21.Final'// https://jarcasting.com/artifacts/org.hornetq/hornetq-resources/
implementation ("org.hornetq:hornetq-resources:2.2.21.Final")'org.hornetq:hornetq-resources:jar:2.2.21.Final'<dependency org="org.hornetq" name="hornetq-resources" rev="2.2.21.Final">
  <artifact name="hornetq-resources" type="jar" />
</dependency>@Grapes(
@Grab(group='org.hornetq', module='hornetq-resources', version='2.2.21.Final')
)libraryDependencies += "org.hornetq" % "hornetq-resources" % "2.2.21.Final"[org.hornetq/hornetq-resources "2.2.21.Final"]