r

rhq-remoting-client-api

a set of client APIs used to connect to an RHQ Server and invoke methods on it
Files download
File Operation
rhq-remoting-client-api-4.13.0.jar download
rhq-remoting-client-api-4.13.0.pom download
rhq-remoting-client-api-4.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-remoting-client-api</artifactId>
  <version>4.13.0</version>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-remoting-client-api:4.13.0'
Gradle Kotlin
implementation("org.rhq:rhq-remoting-client-api:4.13.0")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-remoting-client-api" % "4.13.0"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-remoting-client-api', version='4.13.0')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-remoting-client-api" rev="4.13.0" />
Leiningen
[org.rhq/rhq-remoting-client-api "4.13.0"]
Apache Buildr
'org.rhq:rhq-remoting-client-api:jar:4.13.0'