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