Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

#Microsoft Authentication Library Brokers

Maven

Find the latest package in the Maven repository.

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>msal4j-brokers</artifactId>
    <version>0.0.1</version>
</dependency>

Gradle

implementation group: 'com.microsoft.azure', name: 'msal4j-brokers', version: '0.0.1'