Jar examples for a:adal4j
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.3.0 in this page.
Apache License, Version 2.0
You can use the following script to add adal4j-1.3.0.jar to your project.
<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>adal4j</artifactId> <version>1.3.0</version> </dependency>
compile group: 'com.microsoft.azure', name: 'adal4j', version: '1.3.0'
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.3.0"
<dependency org="com.microsoft.azure" name="adal4j" rev="1.3.0"/>
@Grapes(@Grab(group='com.microsoft.azure', module='adal4j', version='1.3.0'))
'com.microsoft.azure:adal4j:jar:1.3.0'
Click the following link to download the jar file.
adal4j-1.3.0-javadoc.jar