Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.rhq |
ArtifactId | ArtifactIdrhq-core-domain |
Version | Version3.0.0.EmbJopr2 |
Type | Typeejb |
Filename | Size |
---|---|
rhq-core-domain-3.0.0.EmbJopr2.pom | |
rhq-core-domain-3.0.0.EmbJopr2.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/ -->
<dependency>
<groupId>org.rhq</groupId>
<artifactId>rhq-core-domain</artifactId>
<version>3.0.0.EmbJopr2</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/
implementation 'org.rhq:rhq-core-domain:3.0.0.EmbJopr2'
// https://jarcasting.com/artifacts/org.rhq/rhq-core-domain/
implementation ("org.rhq:rhq-core-domain:3.0.0.EmbJopr2")
'org.rhq:rhq-core-domain:ejb:3.0.0.EmbJopr2'
<dependency org="org.rhq" name="rhq-core-domain" rev="3.0.0.EmbJopr2">
<artifact name="rhq-core-domain" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-core-domain', version='3.0.0.EmbJopr2')
)
libraryDependencies += "org.rhq" % "rhq-core-domain" % "3.0.0.EmbJopr2"
[org.rhq/rhq-core-domain "3.0.0.EmbJopr2"]