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)
Files download
File Operation
rhq-core-parent-4.11.0.pom download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-core-parent</artifactId>
  <version>4.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-core-parent:4.11.0'
Gradle Kotlin
implementation("org.rhq:rhq-core-parent:4.11.0")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-core-parent" % "4.11.0"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-core-parent', version='4.11.0')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-core-parent" rev="4.11.0" />
Leiningen
[org.rhq/rhq-core-parent "4.11.0"]
Apache Buildr
'org.rhq:rhq-core-parent:jar:4.11.0'