Jar examples for j:java-jwt
Java implementation of JSON Web Token developed against draft-ietf-oauth-json-web-token-08.
You can download jar file java-jwt 2.2.1 in this page.
The MIT License (MIT)
You can use the following script to add java-jwt-2.2.1.jar to your project.
<dependency> <groupId>com.auth0</groupId> <artifactId>java-jwt</artifactId> <version>2.2.1</version> </dependency>
compile group: 'com.auth0', name: 'java-jwt', version: '2.2.1'
libraryDependencies += "com.auth0" % "java-jwt" % "2.2.1"
<dependency org="com.auth0" name="java-jwt" rev="2.2.1"/>
@Grapes(@Grab(group='com.auth0', module='java-jwt', version='2.2.1'))
'com.auth0:java-jwt:jar:2.2.1'
Click the following link to download the jar file.
java-jwt-2.2.1-javadoc.jar