MVN

com.microsoftopentechnologies : adal

Maven & Gradle

Apr 14, 2014
178 stars

adal · Azure active directory library for Android gives you the ability to add Windows Azure Active Directory authentication to your application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

<dependency>
    <groupId>com.microsoftopentechnologies</groupId>
    <artifactId>adal</artifactId>
    <version>0.6-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoftopentechnologies : adal to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6-alpha
  • Latest Alpha: 0.6-alpha

All Versions

Choose a version of com.microsoftopentechnologies : adal to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6
adal-0.6-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoftopentechnologies</groupId>
    <artifactId>adal</artifactId>
    <version>0.6-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoftopentechnologies : adal gradle dependency to your build.gradle file:

implementation 'com.microsoftopentechnologies:adal:0.6-alpha'

Gradle Kotlin DSL: Add the following com.microsoftopentechnologies : adal gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoftopentechnologies:adal:0.6-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoftopentechnologies : adal sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoftopentechnologies" % "adal" % "0.6-alpha"