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