diff --git a/msal4j-brokers/README.md b/msal4j-brokers/README.md new file mode 100644 index 00000000..b3db7afc --- /dev/null +++ b/msal4j-brokers/README.md @@ -0,0 +1,15 @@ +#Microsoft Authentication Library Brokers +### Maven +Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j-brokers). +```xml + + com.microsoft.azure + msal4j-brokers + 0.0.1 + +``` +### Gradle + +```gradle +implementation group: 'com.microsoft.azure', name: 'msal4j-brokers', version: '0.0.1' +``` \ No newline at end of file