r

rhq-core-domain

RHQ domain model classes (i.e. POJOs used by both server and agent)
Files download
File Operation
rhq-core-domain-4.0.0.B02.jar download
rhq-core-domain-4.0.0.B02.pom download
rhq-core-domain-4.0.0.B02-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-domain</artifactId>
  <version>4.0.0.B02</version>
  <type>ejb</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-domain:4.0.0.B02'
Gradle Kotlin
implementation("org.rhq:rhq-core-domain:4.0.0.B02")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-domain" % "4.0.0.B02"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-domain', version='4.0.0.B02')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-domain" rev="4.0.0.B02" />
Leiningen
[org.rhq/rhq-core-domain "4.0.0.B02"]
Apache Buildr
'org.rhq:rhq-core-domain:jar:4.0.0.B02'