r

rhq-core-domain

RHQ domain model classes (i.e. POJOs used by both server and agent)
文件下载
文件名 操作
rhq-core-domain-3.0.0.EmbJopr5.jar 下载
rhq-core-domain-3.0.0.EmbJopr5.pom 下载
rhq-core-domain-3.0.0.EmbJopr5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-domain</artifactId>
  <version>3.0.0.EmbJopr5</version>
  <type>ejb</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-domain:3.0.0.EmbJopr5'
Gradle Kotlin
implementation("org.rhq:rhq-core-domain:3.0.0.EmbJopr5")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-domain" % "3.0.0.EmbJopr5"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-domain', version='3.0.0.EmbJopr5')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-domain" rev="3.0.0.EmbJopr5" />
Leiningen
[org.rhq/rhq-core-domain "3.0.0.EmbJopr5"]
Apache Buildr
'org.rhq:rhq-core-domain:jar:3.0.0.EmbJopr5'