r

rhq-parent

parent POM for all RHQ modules
http://rhq-project.org/
Red Hat, Inc.
Files download
File Operation
rhq-parent-1.4.0.B01.pom download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-parent</artifactId>
  <version>1.4.0.B01</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-parent:1.4.0.B01'
Gradle Kotlin
implementation("org.rhq:rhq-parent:1.4.0.B01")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-parent" % "1.4.0.B01"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-parent', version='1.4.0.B01')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-parent" rev="1.4.0.B01" />
Leiningen
[org.rhq/rhq-parent "1.4.0.B01"]
Apache Buildr
'org.rhq:rhq-parent:jar:1.4.0.B01'