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