MVN

org.jvnet.hudson.plugins : active-directory

Maven & Gradle

Nov 16, 2010

Hudson Active Directory plugin

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>active-directory</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.hudson.plugins : active-directory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of org.jvnet.hudson.plugins : active-directory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
active-directory-1.17
1.16
active-directory-1.16
1.15
active-directory-1.15
1.14
active-directory-1.14
1.13
active-directory-1.13
1.12
active-directory-1.12
1.11
active-directory-1.11
1.10
active-directory-1.10
1.9
active-directory-1.9
1.8
active-directory-1.8
1.7
active-directory-1.7
1.6
active-directory-1.6
1.5
active-directory-1.5
1.4
active-directory-1.4
1.3
active-directory-1.3
1.2
active-directory-1.2
1.1
active-directory-1.1
1.0
active-directory-1.0

How to add a dependency to Maven

Add the following org.jvnet.hudson.plugins : active-directory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jvnet.hudson.plugins</groupId>
    <artifactId>active-directory</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jvnet.hudson.plugins : active-directory gradle dependency to your build.gradle file:

implementation 'org.jvnet.hudson.plugins:active-directory:1.17'

Gradle Kotlin DSL: Add the following org.jvnet.hudson.plugins : active-directory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jvnet.hudson.plugins:active-directory:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jvnet.hudson.plugins : active-directory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jvnet.hudson.plugins" % "active-directory" % "1.17"