Jar examples for n:nimbus-jose-jwt
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 2.20 in this page.
The Apache Software License, Version 2.0
You can use the following script to add nimbus-jose-jwt-2.20.jar to your project.
<dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>2.20</version> </dependency>
compile group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '2.20'
libraryDependencies += "com.nimbusds" % "nimbus-jose-jwt" % "2.20"
<dependency org="com.nimbusds" name="nimbus-jose-jwt" rev="2.20"/>
@Grapes(@Grab(group='com.nimbusds', module='nimbus-jose-jwt', version='2.20'))
'com.nimbusds:nimbus-jose-jwt:jar:2.20'
Click the following link to download the jar file.
nimbus-jose-jwt-2.20-javadoc.jar