r

rhq-core-domain

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