is not current version
Last Version 0.0.2

com.microsoft.aad:adal4j 0.0.1

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.

GroupId

GroupId

com.microsoft.aad
ArtifactId

ArtifactId

adal4j
Version

Version

0.0.1
Type

Type

jar

Download adal4j 0.0.1


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