Download adal4j-1.1.3.jar file - Jar a

Jar examples for a:adal4j

Description

Azure active directory library for Java gives you the ability to add Windows Azure Active Directory authentication to your web 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.

You can download jar file adal4j 1.1.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add adal4j-1.1.3.jar to your project.

<dependency>
   <groupId>com.microsoft.azure</groupId>
   <artifactId>adal4j</artifactId>
   <version>1.1.3</version>
</dependency>
compile group: 'com.microsoft.azure', name: 'adal4j', version: '1.1.3'
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.1.3"
<dependency org="com.microsoft.azure" name="adal4j" rev="1.1.3"/>
@Grapes(@Grab(group='com.microsoft.azure', module='adal4j', version='1.1.3'))
'com.microsoft.azure:adal4j:jar:1.1.3'

Download

Click the following link to download the jar file.

adal4j-1.1.3-javadoc.jar
adal4j-1.1.3-sources.jar
adal4j-1.1.3.jar
adal4j-1.1.3.pom



Related Tutorials