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