MVN

org.rhq : rhq-rest

Maven & Gradle

Dec 02, 2014
1 usages
153 stars

RHQ REST interface · RHQ Rest interface for the RHQ server

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-rest</artifactId>
    <version>4.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rhq : rhq-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.13.0

All Versions

Choose a version of org.rhq : rhq-rest to add to Maven or Gradle - All Versions:

  • Version Updated
  • rhq-rest-4.13.0

    Dec 02, 2014
  • rhq-rest-4.12.0

    Jul 21, 2014
  • rhq-rest-4.11.0

    May 06, 2014
  • rhq-rest-4.10.0

    Mar 13, 2014
  • rhq-rest-4.9.0

    Sep 10, 2013
  • rhq-rest-4.8.0

    Jun 25, 2013
  • rhq-rest-4.7.0

    May 03, 2013
  • rhq-rest-4.6.0

    Feb 26, 2013
  • rhq-rest-4.5.1

    Oct 02, 2012
  • rhq-rest-4.4.0

    May 08, 2012
  • rhq-rest-4.3.0

    Mar 09, 2012
  • rhq-rest-4.2.0

    Feb 02, 2012

How to add a dependency to Maven

Add the following org.rhq : rhq-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-rest</artifactId>
    <version>4.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rhq : rhq-rest gradle dependency to your build.gradle file:

implementation 'org.rhq:rhq-rest:4.13.0'

Gradle Kotlin DSL: Add the following org.rhq : rhq-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rhq:rhq-rest:4.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rhq : rhq-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rhq" % "rhq-rest" % "4.13.0"