JWT-Java

JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using a fluent API.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.bastiaanjansen
ArtifactId

ArtifactId

jwt-java
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JWT-Java
JSON Web Token implementation for Java according to RFC 7519. Easily create, parse and validate JSON Web Tokens using a fluent API.
Project URL

Project URL

https://github.com/BastiaanJansen/jwt-java
Source Code Management

Source Code Management

http://github.com/BastiaanJansen/jwt-java

Download jwt-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.bastiaanjansen/jwt-java/ -->
<dependency>
    <groupId>com.github.bastiaanjansen</groupId>
    <artifactId>jwt-java</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bastiaanjansen/jwt-java/
implementation 'com.github.bastiaanjansen:jwt-java:1.2.0'
// https://jarcasting.com/artifacts/com.github.bastiaanjansen/jwt-java/
implementation ("com.github.bastiaanjansen:jwt-java:1.2.0")
'com.github.bastiaanjansen:jwt-java:jar:1.2.0'
<dependency org="com.github.bastiaanjansen" name="jwt-java" rev="1.2.0">
  <artifact name="jwt-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bastiaanjansen', module='jwt-java', version='1.2.0')
)
libraryDependencies += "com.github.bastiaanjansen" % "jwt-java" % "1.2.0"
[com.github.bastiaanjansen/jwt-java "1.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.json : json jar 20180130

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.hamcrest : java-hamcrest jar 2.0.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0