From 1d5eeba94140fecb3d8f7b90c8dbaf3a5c96a1a3 Mon Sep 17 00:00:00 2001 From: siddhijain Date: Mon, 10 Oct 2022 12:36:45 -0500 Subject: [PATCH] Add README --- msal4j-brokers/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 msal4j-brokers/README.md 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