is not current version
Last Version 4.13.0

org.rhq:rhq-core-domain 4.11.0

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

4.11.0
Type

Type

ejb

Download rhq-core-domain 4.11.0


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