is not current version
Last Version 4.13.0

org.rhq:rhq-core-domain 1.3.0.GA

RHQ domain model classes (i.e. POJOs used by both server and agent)

Categories

Categories

Doma Data ORM
GroupId

GroupId

org.rhq
ArtifactId

ArtifactId

rhq-core-domain
Version

Version

1.3.0.GA
Type

Type

ejb

Download rhq-core-domain 1.3.0.GA


<!-- https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/ -->
<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-core-domain</artifactId>
    <version>1.3.0.GA</version>
    <type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/
implementation 'org.rhq:rhq-core-domain:1.3.0.GA'
// https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/
implementation ("org.rhq:rhq-core-domain:1.3.0.GA")
'org.rhq:rhq-core-domain:ejb:1.3.0.GA'
<dependency org="org.rhq" name="rhq-core-domain" rev="1.3.0.GA">
  <artifact name="rhq-core-domain" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-core-domain', version='1.3.0.GA')
)
libraryDependencies += "org.rhq" % "rhq-core-domain" % "1.3.0.GA"
[org.rhq/rhq-core-domain "1.3.0.GA"]