We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e79dc commit efe0630Copy full SHA for efe0630
1 file changed
README.md
@@ -22,6 +22,19 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
22
}
23
```
24
25
+#### Maven coordinates?
26
+
27
+Yes, here you are:
28
29
+```xml
30
+<dependency>
31
+ <groupId>com.auth0</groupId>
32
+ <artifactId>java-jwt</artifactId>
33
+ <version>0.1</version>
34
+</dependency>
35
+```
36
37
38
### FAQ
39
40
0 commit comments