Download java-jwt-0.5.jar file - Jar j

Jar examples for j:java-jwt

Description

Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.

You can download jar file java-jwt 0.5 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add java-jwt-0.5.jar to your project.

<dependency>
   <groupId>com.auth0</groupId>
   <artifactId>java-jwt</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'com.auth0', name: 'java-jwt', version: '0.5'
libraryDependencies += "com.auth0" % "java-jwt" % "0.5"
<dependency org="com.auth0" name="java-jwt" rev="0.5"/>
@Grapes(@Grab(group='com.auth0', module='java-jwt', version='0.5'))
'com.auth0:java-jwt:jar:0.5'

Download

Click the following link to download the jar file.

java-jwt-0.5-javadoc.jar
java-jwt-0.5-sources.jar
java-jwt-0.5.jar
java-jwt-0.5.pom



Related Tutorials