Skip to content

Commit efe0630

Browse files
committed
Adding Maven Coordinates section.
1 parent b7e79dc commit efe0630

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@ An implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-ietf-o
2222
}
2323
```
2424

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+
2538
### FAQ
2639

2740

0 commit comments

Comments
 (0)