MVN

org.glassfish.hk2 : auto-depends-plugin-test

Maven & Gradle

Aug 16, 2012

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

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>auto-depends-plugin-test</artifactId>
    <version>1.1.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.glassfish.hk2 : auto-depends-plugin-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.15

All Versions

Choose a version of org.glassfish.hk2 : auto-depends-plugin-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
auto-depends-plugin-test-1.6.12
auto-depends-plugin-test-1.6.11
auto-depends-plugin-test-1.6.10
1.1.x
auto-depends-plugin-test-1.1.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.glassfish.hk2</groupId>
    <artifactId>auto-depends-plugin-test</artifactId>
    <version>1.1.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.glassfish.hk2 : auto-depends-plugin-test gradle dependency to your build.gradle file:

implementation 'org.glassfish.hk2:auto-depends-plugin-test:1.1.15'

Gradle Kotlin DSL: Add the following org.glassfish.hk2 : auto-depends-plugin-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.glassfish.hk2:auto-depends-plugin-test:1.1.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.glassfish.hk2 : auto-depends-plugin-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.glassfish.hk2" % "auto-depends-plugin-test" % "1.1.15"