is not current version
Last Version 1.6.7

com.microsoft.azure:adal4j 1.6.5

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.

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

adal4j
Version

Version

1.6.5
Type

Type

jar

Download adal4j 1.6.5


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>adal4j</artifactId>
    <version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/
implementation 'com.microsoft.azure:adal4j:1.6.5'
// https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/
implementation ("com.microsoft.azure:adal4j:1.6.5")
'com.microsoft.azure:adal4j:jar:1.6.5'
<dependency org="com.microsoft.azure" name="adal4j" rev="1.6.5">
  <artifact name="adal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='adal4j', version='1.6.5')
)
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.6.5"
[com.microsoft.azure/adal4j "1.6.5"]