r

rhq-content_http

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