We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc7763 + 1d5eeba commit 1381cf0Copy full SHA for 1381cf0
msal4j-brokers/README.md
@@ -0,0 +1,15 @@
1
+#Microsoft Authentication Library Brokers
2
+### Maven
3
+Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j-brokers).
4
+```xml
5
+<dependency>
6
+ <groupId>com.microsoft.azure</groupId>
7
+ <artifactId>msal4j-brokers</artifactId>
8
+ <version>0.0.1</version>
9
+</dependency>
10
+```
11
+### Gradle
12
+
13
+```gradle
14
+implementation group: 'com.microsoft.azure', name: 'msal4j-brokers', version: '0.0.1'
15
0 commit comments