MVN

org.rhq : rhq-remoting-webservices

Maven & Gradle

Oct 02, 2012

RHQ Remoting Web Services Client

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-remoting-webservices</artifactId>
    <version>4.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.5.1
  • Latest Beta: 4.0.0.Beta1

All Versions

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

Version Vulnerabilities Updated
4.5.x
rhq-remoting-webservices-4.5.1
4.0.x
rhq-remoting-webservices-4.0.0.Beta1
rhq-remoting-webservices-4.0.0.B02
3.0.x
rhq-remoting-webservices-3.0.1.GA
rhq-remoting-webservices-3.0.0.EmbJopr3
rhq-remoting-webservices-3.0.0.EmbJopr2
rhq-remoting-webservices-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-remoting-webservices</artifactId>
    <version>4.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rhq:rhq-remoting-webservices:4.5.1'

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

implementation("org.rhq:rhq-remoting-webservices:4.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rhq" % "rhq-remoting-webservices" % "4.5.1"

Advertisement