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