Skip to content

Commit afe53e3

Browse files
committed
add maven dependency install instruction
1 parent 38d2ce2 commit afe53e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
1010

1111
## Installation
1212

13+
### Maven
14+
15+
```xml
16+
<dependency>
17+
<groupId>com.auth0</groupId>
18+
<artifactId>java-jwt</artifactId>
19+
<version>3.0.+</version>
20+
</dependency>
21+
```
22+
1323
### Gradle
1424

1525
```gradle

0 commit comments

Comments
 (0)