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.
'com.nimbusds:nimbus-jose-jwt:2.21'
<dependency> <groupId>com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <version>2.21</version> </dependency>
<dependency org="com.nimbusds" name="nimbus-jose-jwt" rev="2.21"/>
"com.nimbusds", "nimbus-jose-jwt", "2.21"