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.4.0.jar download
rhq-core-domain-4.4.0.pom download
rhq-core-domain-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-domain</artifactId>
  <version>4.4.0</version>
  <type>ejb</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-domain:4.4.0'
Gradle Kotlin
implementation("org.rhq:rhq-core-domain:4.4.0")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-domain" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-domain', version='4.4.0')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-domain" rev="4.4.0" />
Leiningen
[org.rhq/rhq-core-domain "4.4.0"]
Apache Buildr
'org.rhq:rhq-core-domain:jar:4.4.0'