License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.microsoft.aad |
ArtifactId | ArtifactIdadal |
Version | Version4.1.0 |
Type | Typeaar |
Description |
Descriptionadal
Azure active directory library for Android gives you the ability to add Windows Azure Active Directory authentication to your 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adal-4.1.0.pom | |
adal-4.1.0.aar | 316 KB |
adal-4.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.aad/adal/ -->
<dependency>
<groupId>com.microsoft.aad</groupId>
<artifactId>adal</artifactId>
<version>4.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.aad/adal/
implementation 'com.microsoft.aad:adal:4.1.0'
// https://jarcasting.com/artifacts/com.microsoft.aad/adal/
implementation ("com.microsoft.aad:adal:4.1.0")
'com.microsoft.aad:adal:aar:4.1.0'
<dependency org="com.microsoft.aad" name="adal" rev="4.1.0">
<artifact name="adal" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.aad', module='adal', version='4.1.0')
)
libraryDependencies += "com.microsoft.aad" % "adal" % "4.1.0"
[com.microsoft.aad/adal "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.0.2 |
com.google.code.gson : gson | jar | 2.8.9 |
androidx.annotation » annotation | jar | 1.0.0 |
androidx.legacy » legacy-support-v4 | jar | 1.0.0 |
com.nimbusds : nimbus-jose-jwt | jar | 9.9 |
androidx.constraintlayout » constraintlayout | jar | 1.1.3 |
com.microsoft.identity : common | jar | 4.2.0 |