is not current version
Last Version 4.13.0

org.rhq:rhq-core-domain 1.4.0.B01

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.4.0.B01
Type

Type

ejb

Download rhq-core-domain 1.4.0.B01


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