r

rhq-core-client-api

Server and Client APIs for invoking operations on the RHQ plugin container
Files download
File Operation
rhq-core-client-api-3.0.0.B04.jar download
rhq-core-client-api-3.0.0.B04.pom download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-client-api</artifactId>
  <version>3.0.0.B04</version>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-client-api:3.0.0.B04'
Gradle Kotlin
implementation("org.rhq:rhq-core-client-api:3.0.0.B04")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-client-api" % "3.0.0.B04"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-client-api', version='3.0.0.B04')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-client-api" rev="3.0.0.B04" />
Leiningen
[org.rhq/rhq-core-client-api "3.0.0.B04"]
Apache Buildr
'org.rhq:rhq-core-client-api:jar:3.0.0.B04'