MVN

com.axzae : msal

Maven & Gradle

Dec 05, 2023
0 stars

Microsoft Authentication Library (MSAL) for Android · 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.

<dependency>
    <groupId>com.axzae</groupId>
    <artifactId>msal</artifactId>
    <version>4.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.axzae : msal to add to Maven - Latest Versions:

  • Latest Stable: 4.10.1

All Versions

Choose a version of com.axzae : msal to add to Maven - All Versions:

Version Vulnerabilities Updated
4.10.x
msal-4.10.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.axzae</groupId>
    <artifactId>msal</artifactId>
    <version>4.10.1</version>
</dependency>

Advertisement