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 38d2ce2 commit afe53e3Copy full SHA for afe53e3
README.md
@@ -10,6 +10,16 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
10
11
## Installation
12
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
23
### Gradle
24
25
```gradle
0 commit comments