jwt4j

A Java Library for creating JSON Web Tokens (JWTs)

License

License

Apache License, Version 2.0
Categories

Categories

Security
GroupId

GroupId

io.camassia.security
ArtifactId

ArtifactId

jwt4j
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

jwt4j
A Java Library for creating JSON Web Tokens (JWTs)
Project Organization

Project Organization

Camassia

Download jwt4j

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
commons-codec : commons-codec jar 1.10
com.fasterxml.jackson.core : jackson-databind jar 2.7.3

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.10.19
org.assertj : assertj-core jar 3.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0