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