MVN

org.hudsonci.plugins : active-directory

Maven & Gradle

Sep 03, 2014
0 stars

Active Directory plugin · With this plugin, you can configure Hudson to authenticate the username and the password through Active Directory. Version 1.31-h3 requires Hudson version 3.2.0 or higher

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>active-directory</artifactId>
    <version>1.31-h3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.31-h3

All Versions

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

Version Vulnerabilities Updated
1.31
active-directory-1.31-h3
active-directory-1.31-h2
active-directory-1.31-h1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>active-directory</artifactId>
    <version>1.31-h3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.hudsonci.plugins:active-directory:1.31-h3'

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

implementation("org.hudsonci.plugins:active-directory:1.31-h3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.hudsonci.plugins" % "active-directory" % "1.31-h3"