is not current version
Last Version 3.0.2

com.microsoft.identity.client:msal 2.0.6

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.

Categories

Categories

IDE Development Tools CLI User Interface
GroupId

GroupId

com.microsoft.identity.client
ArtifactId

ArtifactId

msal
Version

Version

2.0.6
Type

Type

aar

Download msal 2.0.6

Filename Size
msal-2.0.6.pom
msal-2.0.6.aar 188 KB
Browse

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