Skip to content

Commit 1381cf0

Browse files
authored
Merge pull request #556 from AzureAD/include-brokers-README
Add README
2 parents 6fc7763 + 1d5eeba commit 1381cf0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

msal4j-brokers/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)