r

rhq-content_http

Provides http export for content in RHQ.
Files download
File Operation
rhq-content_http-4.0.1.pom download
rhq-content_http-4.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rhq</groupId>
  <artifactId>rhq-content_http</artifactId>
  <version>4.0.1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.rhq:rhq-content_http:4.0.1'
Gradle Kotlin
implementation("org.rhq:rhq-content_http:4.0.1")
Scala SBT
libraryDependencies += "org.rhq" % "rhq-content_http" % "4.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.rhq', module='rhq-content_http', version='4.0.1')
)
Apache Ivy
<dependency org="org.rhq" name="rhq-content_http" rev="4.0.1" />
Leiningen
[org.rhq/rhq-content_http "4.0.1"]
Apache Buildr
'org.rhq:rhq-content_http:jar:4.0.1'