Download jwtdecode-1.1.0.jar file - Jar j

Jar examples for j:jwtdecode

Description

A library to help you decode JWTs for Android

You can download jar file jwtdecode 1.1.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add jwtdecode-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

jwtdecode-1.1.0-javadoc.jar
jwtdecode-1.1.0-sources.jar
jwtdecode-1.1.0.pom



Related Tutorials