Download nimbus-jose-jwt-3.10.jar file - Jar n

Jar examples for n:nimbus-jose-jwt

Description

Nimbus JOSE+JWT is a Java library that implements the Javascript Object Signing and Encryption (JOSE) spec suite and the closely related JSON Web Token (JWT) spec.

You can download jar file nimbus-jose-jwt 3.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nimbus-jose-jwt-3.10.jar to your project.

<dependency>
   <groupId>com.nimbusds</groupId>
   <artifactId>nimbus-jose-jwt</artifactId>
   <version>3.10</version>
</dependency>
compile group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '3.10'
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "3.10"
<dependency org="com.nimbusds" name="nimbus-jose-jwt" rev="3.10"/>
@Grapes(@Grab(group='com.nimbusds', module='nimbus-jose-jwt', version='3.10'))
'com.nimbusds:nimbus-jose-jwt:jar:3.10'

Download

Click the following link to download the jar file.

nimbus-jose-jwt-3.10-javadoc.jar
nimbus-jose-jwt-3.10-sources.jar
nimbus-jose-jwt-3.10.jar
nimbus-jose-jwt-3.10.pom



Related Tutorials