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.
1 parent 168d2b4 commit 213bbb0Copy full SHA for 213bbb0
README.md
@@ -24,7 +24,7 @@ You can get the msal4j package through Maven or Gradle.
24
25
### Maven
26
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j).
27
-```
+```xml
28
<dependency>
29
<groupId>com.microsoft.azure</groupId>
30
<artifactId>msal4j</artifactId>
@@ -33,7 +33,9 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
33
```
34
### Gradle
35
36
+```gradle
37
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.0'
38
+```
39
40
## Usage
41
0 commit comments