не последняя версия
Последняя версия 1.6.7

com.microsoft.azure:adal4j 1.6.2

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.

Группа

Группа

com.microsoft.azure
Идентификатор

Идентификатор

adal4j
Версия

Версия

1.6.2
Тип

Тип

jar

Скачать adal4j 1.6.2


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