From e9758ca18dde658f260a5287f947cc687b2e8069 Mon Sep 17 00:00:00 2001 From: Les Hazlewood Date: Wed, 19 Nov 2014 19:33:29 -0800 Subject: [PATCH] #8: fixing Gradle block to be color coded --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65f05dc6..2d2a2a49 100644 --- a/README.md +++ b/README.md @@ -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 @@ -17,8 +19,10 @@ Use your favorite Maven-compatible build tool to pull the dependency (and its tr 0.4 ``` -gradle: -``` + +Gradle: + +```groovy dependencies { compile 'io.jsonwebtoken:jjwt:0.4' }