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