MVN

org.rhq : test-utils

Maven & Gradle

Dec 02, 2014
9 usages

RHQ Test Utils

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
4.13.x
test-utils-4.13.0
4.12.x
test-utils-4.12.0
4.11.x
test-utils-4.11.0
4.10.x
test-utils-4.10.0
4.9.x
test-utils-4.9.0
4.8.x
test-utils-4.8.0
4.7.x
test-utils-4.7.0
4.6.x
test-utils-4.6.0
4.5.x
test-utils-4.5.1
4.4.x
test-utils-4.4.0
4.3.x
test-utils-4.3.0
4.2.x
test-utils-4.2.0
4.0.x
test-utils-4.0.1
test-utils-4.0.0.Beta1
test-utils-4.0.0.B02
3.0.x
test-utils-3.0.1.GA
test-utils-3.0.0.EmbJopr5
test-utils-3.0.0.EmbJopr4
test-utils-3.0.0.EmbJopr3
test-utils-3.0.0.EmbJopr2
test-utils-3.0.0
test-utils-3.0.0.B06
test-utils-3.0.0.B05
test-utils-3.0.0.B04

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.rhq:test-utils:4.13.0'

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

implementation("org.rhq:test-utils:4.13.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rhq" % "test-utils" % "4.13.0"

Advertisement