Download jsontoken-1.0.jar file - Jar j

Jar examples for j:jsontoken

Description

JWT implementation

You can download jar file jsontoken 1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jsontoken-1.0.jar to your project.

<dependency>
   <groupId>com.googlecode.jsontoken</groupId>
   <artifactId>jsontoken</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.googlecode.jsontoken', name: 'jsontoken', version: '1.0'
libraryDependencies += "com.googlecode.jsontoken" % "jsontoken" % "1.0"
<dependency org="com.googlecode.jsontoken" name="jsontoken" rev="1.0"/>
@Grapes(@Grab(group='com.googlecode.jsontoken', module='jsontoken', version='1.0'))
'com.googlecode.jsontoken:jsontoken:jar:1.0'

Download

Click the following link to download the jar file.

jsontoken-1.0-javadoc.jar
jsontoken-1.0-sources.jar
jsontoken-1.0.jar
jsontoken-1.0.pom



Related Tutorials