| Лицензия |
Лицензия
MIT License
|
|---|---|
| Группа | Группаcom.microsoft.aad |
| Идентификатор | Идентификаторadal |
| Последняя версия | Последняя версия4.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеadal
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| adal-4.1.0.pom | |
| adal-4.1.0.aar | 316 KB |
| adal-4.1.0-javadoc.jar | 219 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |