Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hornetq.rest |
ArtifactId | ArtifactIdhornetq-rest-all |
Version | Version1.0-beta-3 |
Type | Typepom |
Filename | Size |
---|---|
hornetq-rest-all-1.0-beta-3.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hornetq.rest/hornetq-rest-all/ -->
<dependency>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-all</artifactId>
<version>1.0-beta-3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hornetq.rest/hornetq-rest-all/
implementation 'org.hornetq.rest:hornetq-rest-all:1.0-beta-3'
// https://jarcasting.com/artifacts/org.hornetq.rest/hornetq-rest-all/
implementation ("org.hornetq.rest:hornetq-rest-all:1.0-beta-3")
'org.hornetq.rest:hornetq-rest-all:pom:1.0-beta-3'
<dependency org="org.hornetq.rest" name="hornetq-rest-all" rev="1.0-beta-3">
<artifact name="hornetq-rest-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hornetq.rest', module='hornetq-rest-all', version='1.0-beta-3')
)
libraryDependencies += "org.hornetq.rest" % "hornetq-rest-all" % "1.0-beta-3"
[org.hornetq.rest/hornetq-rest-all "1.0-beta-3"]