MVN

org.rhq : rhq-enterprise-server-services-sar

Maven & Gradle

Jun 25, 2013

RHQ Enterprise Server Internal Services SAR · The SAR that provides the server with some necessary internal RHQ services.

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-enterprise-server-services-sar</artifactId>
    <version>4.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rhq : rhq-enterprise-server-services-sar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.8.0

All Versions

Choose a version of org.rhq : rhq-enterprise-server-services-sar to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.8.x
rhq-enterprise-server-services-sar-4.8.0
4.7.x
rhq-enterprise-server-services-sar-4.7.0
4.6.x
rhq-enterprise-server-services-sar-4.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-enterprise-server-services-sar</artifactId>
    <version>4.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rhq : rhq-enterprise-server-services-sar gradle dependency to your build.gradle file:

implementation 'org.rhq:rhq-enterprise-server-services-sar:4.8.0'

Gradle Kotlin DSL: Add the following org.rhq : rhq-enterprise-server-services-sar gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rhq:rhq-enterprise-server-services-sar:4.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rhq : rhq-enterprise-server-services-sar sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rhq" % "rhq-enterprise-server-services-sar" % "4.8.0"