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

com.microsoft.identity.client:msal 0.3.1-alpha

Microsoft Identity library for Android gives you the ability to add authentication to your application with just a few lines of additional code. Using our MSAL SDKs you can quickly and easily extend your existing application to all the employees that use MSA, B2C, Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Категории

Категории

IDE Инструменты разработки CLI Взаимодействие с пользователем
Группа

Группа

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

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

msal
Версия

Версия

0.3.1-alpha
Тип

Тип

aar

Скачать msal 0.3.1-alpha


<!-- https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/ -->
<dependency>
    <groupId>com.microsoft.identity.client</groupId>
    <artifactId>msal</artifactId>
    <version>0.3.1-alpha</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation 'com.microsoft.identity.client:msal:0.3.1-alpha'
// https://jarcasting.com/artifacts/com.microsoft.identity.client/msal/
implementation ("com.microsoft.identity.client:msal:0.3.1-alpha")
'com.microsoft.identity.client:msal:aar:0.3.1-alpha'
<dependency org="com.microsoft.identity.client" name="msal" rev="0.3.1-alpha">
  <artifact name="msal" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity.client', module='msal', version='0.3.1-alpha')
)
libraryDependencies += "com.microsoft.identity.client" % "msal" % "0.3.1-alpha"
[com.microsoft.identity.client/msal "0.3.1-alpha"]