Download jwks-rsa-0.3.0.jar file - Jar j

Jar examples for j:jwks-rsa

Description

JSON Web Key Set parser library

You can download jar file jwks-rsa 0.3.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add jwks-rsa-0.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

jwks-rsa-0.3.0-javadoc.jar
jwks-rsa-0.3.0-sources.jar
jwks-rsa-0.3.0.jar
jwks-rsa-0.3.0.pom



Related Tutorials