r

rhq-content_http

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