com.github.robertomanfreda:java-jwt

Library for Signed-Encrypted JSON Web Tokens generation

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.robertomanfreda
ArtifactId

ArtifactId

java-jwt
Last Version

Last Version

1.2.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.robertomanfreda:java-jwt
Library for Signed-Encrypted JSON Web Tokens generation
Project URL

Project URL

https://github.com/robertomanfreda/java-jwt

Download java-jwt

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.nimbusds : nimbus-jose-jwt jar 8.5
ch.qos.logback : logback-classic jar 1.2.3

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0-RELEASE
1.1.3-RELEASE
1.1.1-RELEASE
1.1.0-RELEASE
1.0.3-RELEASE
1.0.2-RELEASE
1.0.1-RELEASE