MVN

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

Maven & Gradle

Aug 01, 2011

Inhabitants' index generator testing · ${project.name}

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

Latest Version

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

  • Latest Stable: 1.1.8

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.enterprise</groupId>
    <artifactId>auto-depends-plugin-test</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-plugin-test gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement