MVN

org.rhq : rhq-container-lib

Maven & Gradle

Oct 02, 2012
3 usages

RHQ Enterprise Container Library · A library of classes that will be deployed in the server container itself, above the main EAR

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

Latest Version

Choose a version of org.rhq : rhq-container-lib 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-container-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
rhq-container-lib-4.5.1
4.4.x
rhq-container-lib-4.4.0
4.0.x
rhq-container-lib-4.0.0.Beta1
rhq-container-lib-4.0.0.B02
3.0.x
rhq-container-lib-3.0.1.GA
rhq-container-lib-3.0.0.EmbJopr3
rhq-container-lib-3.0.0.EmbJopr2
rhq-container-lib-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-container-lib</artifactId>
    <version>4.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rhq:rhq-container-lib:4.5.1'

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

implementation("org.rhq:rhq-container-lib:4.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rhq" % "rhq-container-lib" % "4.5.1"

Advertisement