License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdmsal4j |
Last Version | Last Version1.12.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmsal4j
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
msal4j-1.12.0.pom | |
msal4j-1.12.0.jar | 262 KB |
msal4j-1.12.0-sources.jar | 158 KB |
msal4j-1.12.0-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/msal4j/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j/
implementation 'com.microsoft.azure:msal4j:1.12.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/msal4j/
implementation ("com.microsoft.azure:msal4j:1.12.0")
'com.microsoft.azure:msal4j:jar:1.12.0'
<dependency org="com.microsoft.azure" name="msal4j" rev="1.12.0">
<artifact name="msal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='msal4j', version='1.12.0')
)
libraryDependencies += "com.microsoft.azure" % "msal4j" % "1.12.0"
[com.microsoft.azure/msal4j "1.12.0"]
Group / Artifact | Type | Version |
---|---|---|
com.nimbusds : oauth2-oidc-sdk | jar | 9.32 |
net.minidev : json-smart | jar | 2.4.8 |
org.slf4j : slf4j-api | jar | 1.7.36 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-text | jar | 1.7 |
org.testng : testng | jar | 7.1.0 |
org.powermock : powermock-module-testng | jar | 2.0.0 |
org.powermock : powermock-api-easymock | jar | 2.0.0 |
org.easymock : easymock | jar | 4.0.2 |
org.skyscreamer : jsonassert | jar | 1.5.0 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
com.azure : azure-security-keyvault-secrets | jar | 4.3.5 |
org.seleniumhq.selenium : selenium-java | jar | 3.14.0 |
com.google.guava : guava | jar | 29.0-jre |
ch.qos.logback : logback-classic | jar | 1.2.3 |
commons-io : commons-io | jar | 2.7 |