is not current version
Last Version 1.12.0

com.microsoft.azure:msal4j 1.4.0

Microsoft Authentication Library for Java gives you the ability to obtain tokens from Azure AD v2 (work and school accounts, MSA) and Azure AD B2C, gaining access to Microsoft Cloud API and any other API secured by Microsoft identities

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

msal4j
Version

Version

1.4.0
Type

Type

jar

Download msal4j 1.4.0


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