mirror of https://github.com/jwtk/jjwt.git
#8: fixing Gradle block to be color coded
This commit is contained in:
parent
125acae4d9
commit
e9758ca18d
10
README.md
10
README.md
|
@ -8,7 +8,9 @@ JJWT is a 'clean room' implementation based solely on the [JWT](https://tools.ie
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Use your favorite Maven-compatible build tool to pull the dependency (and its transitive dependencies) from Maven Central:
|
Use your favorite Maven-compatible build tool to pull the dependency (and its transitive dependencies) from Maven Central.
|
||||||
|
|
||||||
|
Maven:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -17,8 +19,10 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr
|
||||||
<version>0.4</version>
|
<version>0.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
gradle:
|
|
||||||
```
|
Gradle:
|
||||||
|
|
||||||
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'io.jsonwebtoken:jjwt:0.4'
|
compile 'io.jsonwebtoken:jjwt:0.4'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue