JSON Web Token support for the JVM

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

JSON Data jjwt Security
GroupId

GroupId

io.jsonwebtoken
ArtifactId

ArtifactId

jjwt
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Web Token support for the JVM
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/jwtk/jjwt

Download jjwt

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.6
org.bouncycastle : bcprov-jdk15on Optional jar 1.56

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

test (7)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
org.codehaus.groovy : groovy-all jar 2.4.11
org.easymock : easymock jar 3.5
org.powermock : powermock-module-junit4 jar 2.0.0-beta.5
org.powermock : powermock-api-easymock jar 2.0.0-beta.5
org.powermock : powermock-core jar 2.0.0-beta.5
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.1
0.5
0.4
0.3
0.2
0.1