MVN

com.ad-authenticator : ad-authenticator

Maven & Gradle

Aug 06, 2015
1 usages
2 stars

Active Directory Authenticator · A Java library for authenticating a user against Active Directory and then retrieving their user details.

<dependency>
    <groupId>com.ad-authenticator</groupId>
    <artifactId>ad-authenticator</artifactId>
    <version>0.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ad-authenticator : ad-authenticator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3

All Versions

Choose a version of com.ad-authenticator : ad-authenticator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
ad-authenticator-0.3.3
0.2.x
ad-authenticator-0.2.0

How to add a dependency to Maven

Add the following com.ad-authenticator : ad-authenticator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ad-authenticator</groupId>
    <artifactId>ad-authenticator</artifactId>
    <version>0.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ad-authenticator : ad-authenticator gradle dependency to your build.gradle file:

implementation 'com.ad-authenticator:ad-authenticator:0.3.3'

Gradle Kotlin DSL: Add the following com.ad-authenticator : ad-authenticator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ad-authenticator:ad-authenticator:0.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ad-authenticator : ad-authenticator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ad-authenticator" % "ad-authenticator" % "0.3.3"

Advertisement

Dependencies from Group

Discover Dependencies

Nov 30, 2018
12 usages
591 stars
Nov 30, 2018
4 usages
712 stars
Jan 22, 2016
2 usages
712 stars
Nov 30, 2018
4 usages
712 stars
Nov 10, 2015
7 usages
Nov 10, 2015
Jul 19, 2015
5 usages
Oct 13, 2016
12 usages
Feb 22, 2020