| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdrhq-rest |
| Version | Version4.5.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| rhq-rest-4.5.1.pom | |
| rhq-rest-4.5.1.war | 168 KB |
| rhq-rest-4.5.1-sources.jar | 5 KB |
| rhq-rest-4.5.1-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-rest/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-rest</artifactId>
<version>4.5.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-rest/
implementation 'org.rhq:rhq-rest:4.5.1'
// https://jarcasting.com/artifacts/org.rhq/rhq-rest/
implementation ("org.rhq:rhq-rest:4.5.1")
'org.rhq:rhq-rest:war:4.5.1'
<dependency org="org.rhq" name="rhq-rest" rev="4.5.1">
<artifact name="rhq-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-rest', version='4.5.1')
)
libraryDependencies += "org.rhq" % "rhq-rest" % "4.5.1"
[org.rhq/rhq-rest "4.5.1"]