Dependency Coordinates
Maven
<dependency>
<groupId>org.rootservices</groupId>
<artifactId>jwt</artifactId>
<version>1.3.1</version>
</dependency>
Gradle
compile group: 'org.rootservices', name: 'jwt', version: '1.3.1'
<dependency>
<groupId>org.rootservices</groupId>
<artifactId>jwt</artifactId>
<version>1.3.1</version>
</dependency>
compile group: 'org.rootservices', name: 'jwt', version: '1.3.1'