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