| GroupId | GroupIdorg.rhq |
|---|---|
| ArtifactId | ArtifactIdrhq-remoting-webservices |
| Version | Version4.0.0.B02 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rhq-remoting-webservices-4.0.0.B02.pom | |
| rhq-remoting-webservices-4.0.0.B02.jar | 484 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-remoting-webservices/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-remoting-webservices</artifactId>
<version>4.0.0.B02</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-remoting-webservices/
implementation 'org.rhq:rhq-remoting-webservices:4.0.0.B02'
// https://jarcasting.com/artifacts/org.rhq/rhq-remoting-webservices/
implementation ("org.rhq:rhq-remoting-webservices:4.0.0.B02")
'org.rhq:rhq-remoting-webservices:jar:4.0.0.B02'
<dependency org="org.rhq" name="rhq-remoting-webservices" rev="4.0.0.B02">
<artifact name="rhq-remoting-webservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-remoting-webservices', version='4.0.0.B02')
)
libraryDependencies += "org.rhq" % "rhq-remoting-webservices" % "4.0.0.B02"
[org.rhq/rhq-remoting-webservices "4.0.0.B02"]