r

rhq-core-parent

parent POM for modules comprising the RHQ core (i.e. modules required by both the enterprise and embedded editions of RHQ)
文件下载
文件名 操作
rhq-core-parent-4.7.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-parent</artifactId>
  <version>4.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-parent:4.7.0'
Gradle Kotlin
implementation("org.rhq:rhq-core-parent:4.7.0")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-parent" % "4.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-parent', version='4.7.0')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-parent" rev="4.7.0" />
Leiningen
[org.rhq/rhq-core-parent "4.7.0"]
Apache Buildr
'org.rhq:rhq-core-parent:jar:4.7.0'