Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hornetq |
ArtifactId | ArtifactIdhornetq-ra |
Version | Version2.2.21.Final |
Type | Typerar |
Filename | Size |
---|---|
hornetq-ra-2.2.21.Final.pom | |
hornetq-ra-2.2.21.Final.rar | 883 KB |
hornetq-ra-2.2.21.Final-sources.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq/hornetq-ra/ -->
<dependency>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-ra</artifactId>
<version>2.2.21.Final</version>
<type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq/hornetq-ra/
implementation 'org.hornetq:hornetq-ra:2.2.21.Final'
// https://jarcasting.com/artifacts/org.hornetq/hornetq-ra/
implementation ("org.hornetq:hornetq-ra:2.2.21.Final")
'org.hornetq:hornetq-ra:rar:2.2.21.Final'
<dependency org="org.hornetq" name="hornetq-ra" rev="2.2.21.Final">
<artifact name="hornetq-ra" type="rar" />
</dependency>
@Grapes(
@Grab(group='org.hornetq', module='hornetq-ra', version='2.2.21.Final')
)
libraryDependencies += "org.hornetq" % "hornetq-ra" % "2.2.21.Final"
[org.hornetq/hornetq-ra "2.2.21.Final"]