Download prime-jwt-0.2.1.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 0.2.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials