Skip to content

Commit

Permalink
#8: fixing Gradle block to be color coded
Browse files Browse the repository at this point in the history
  • Loading branch information
lhazlewood committed Nov 20, 2014
1 parent 125acae commit e9758ca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ JJWT is a 'clean room' implementation based solely on the [JWT](https://tools.ie

## 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
<dependency>
Expand All @@ -17,8 +19,10 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr
<version>0.4</version>
</dependency>
```
gradle:
```

Gradle:

```groovy
dependencies {
compile 'io.jsonwebtoken:jjwt:0.4'
}
Expand Down

0 comments on commit e9758ca

Please sign in to comment.