is not current version
Last Version 3.0.2

com.microsoft.identity.client:msal 0.1.2

The MSAL library for Android gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C.

Categories

Categories

IDE Development Tools CLI User Interface
GroupId

GroupId

com.microsoft.identity.client
ArtifactId

ArtifactId

msal
Version

Version

0.1.2
Type

Type

aar

Download msal 0.1.2

Filename Size
msal-0.1.2.pom -1 bytes
Browse

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