Download jjwt-0.8.0.jar file - Jar j

Jar examples for j:jjwt

Description

You can download jar file jjwt 0.8.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jjwt-0.8.0.jar to your project.

<dependency>
   <groupId>io.jsonwebtoken</groupId>
   <artifactId>jjwt</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'io.jsonwebtoken', name: 'jjwt', version: '0.8.0'
libraryDependencies += "io.jsonwebtoken" % "jjwt" % "0.8.0"
<dependency org="io.jsonwebtoken" name="jjwt" rev="0.8.0"/>
@Grapes(@Grab(group='io.jsonwebtoken', module='jjwt', version='0.8.0'))
'io.jsonwebtoken:jjwt:jar:0.8.0'

Download

Click the following link to download the jar file.

jjwt-0.8.0-javadoc.jar
jjwt-0.8.0-sources.jar
jjwt-0.8.0.jar
jjwt-0.8.0.pom



Related Tutorials