Download prime-jwt-1.0.0.jar file - Jar p

Jar examples for p:prime-jwt

Description

A Java 8 fluent API for signing, verifying and building JSON Web Tokens

You can download jar file prime-jwt 1.0.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add prime-jwt-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

prime-jwt-1.0.0-javadoc.jar
prime-jwt-1.0.0-sources.jar
prime-jwt-1.0.0.jar
prime-jwt-1.0.0.pom



Related Tutorials