Download jwt-0.0.22.jar file - Jar j

Jar examples for j:jwt

Description

Java library for developing web applications

You can download jar file jwt 0.0.22 in this page.

License

GNU General Public License, version 2

Build File

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

<dependency>
   <groupId>de.cidaas</groupId>
   <artifactId>jwt</artifactId>
   <version>0.0.22</version>
</dependency>
compile group: 'de.cidaas', name: 'jwt', version: '0.0.22'
libraryDependencies += "de.cidaas" % "jwt" % "0.0.22"
<dependency org="de.cidaas" name="jwt" rev="0.0.22"/>
@Grapes(@Grab(group='de.cidaas', module='jwt', version='0.0.22'))
'de.cidaas:jwt:jar:0.0.22'

Download

Click the following link to download the jar file.

jwt-0.0.22-javadoc.jar
jwt-0.0.22-sources.jar
jwt-0.0.22.jar
jwt-0.0.22.pom



Related Tutorials