MVN

com.sun.enterprise.auto-depends-test : test-rls

Maven & Gradle

Aug 01, 2011
1 usages

HK2 Extended Testing for RunLevelService [RLS]

<dependency>
    <groupId>com.sun.enterprise.auto-depends-test</groupId>
    <artifactId>test-rls</artifactId>
    <version>1.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.enterprise.auto-depends-test : test-rls to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.sun.enterprise.auto-depends-test : test-rls to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
test-rls-1.6.9
test-rls-1.6.8
test-rls-1.6.7
test-rls-1.6.6
test-rls-1.6.5
test-rls-1.6.4
test-rls-1.6.3
test-rls-1.6.2
test-rls-1.6.1
1.1.x
test-rls-1.1.8
test-rls-1.1.7
test-rls-1.1.6
test-rls-1.1.5
test-rls-1.1.4
test-rls-1.1.3
test-rls-1.1.2
test-rls-1.1.1
test-rls-1.1.0
1.0.x
test-rls-1.0.75
test-rls-1.0.74
test-rls-1.0.73
test-rls-1.0.72
test-rls-1.0.71
test-rls-1.0.70
test-rls-1.0.69
test-rls-1.0.68
test-rls-1.0.67
test-rls-1.0.66
test-rls-1.0.65
test-rls-1.0.64
test-rls-1.0.63
test-rls-1.0.62
test-rls-1.0.61
test-rls-1.0.60
test-rls-1.0.59
test-rls-1.0.58
test-rls-1.0.57
test-rls-1.0.56

How to add a dependency to Maven

Add the following com.sun.enterprise.auto-depends-test : test-rls maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sun.enterprise.auto-depends-test</groupId>
    <artifactId>test-rls</artifactId>
    <version>1.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.enterprise.auto-depends-test : test-rls gradle dependency to your build.gradle file:

implementation 'com.sun.enterprise.auto-depends-test:test-rls:1.1.8'

Gradle Kotlin DSL: Add the following com.sun.enterprise.auto-depends-test : test-rls gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.enterprise.auto-depends-test:test-rls:1.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.enterprise.auto-depends-test : test-rls sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.enterprise.auto-depends-test" % "test-rls" % "1.1.8"