Skip to content

Commit 9763725

Browse files
authored
Merge pull request #85 from AzureAD/sagonzal/updateReadme
Update README
2 parents 11aee2c + 3687821 commit 9763725

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,28 @@ Current version - 0.5.0-preview
1616
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
1717

1818
The library is currently in preview. During the preview we reserve the right to make changes to the API, cache format, and other mechanisms of this library without notice which you will be required to take along with bug fixes or feature improvements
19+
20+
###Maven
21+
22+
```
23+
<dependency>
24+
<groupId>com.microsoft.azure</groupId>
25+
<artifactId>msal4j</artifactId>
26+
<version>0.5.0-preview</version>
27+
</dependency>
28+
```
29+
###Gradle
30+
31+
```
32+
compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.5.0-preview'
33+
```
34+
1935
## Contribution
2036

2137
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
2238
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
2339
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
2440

25-
2641
## Build and Run
2742

2843
Refer [this page](https://github.com/AzureAD/microsoft-authentication-library-for-java/wiki/Maven)

0 commit comments

Comments
 (0)