fun.fengwk.jwt4j:jwt4j

JWT4J是JWT For Java的缩写,该类库是一个出于学习目实现的简单、小巧、可扩展的JWT实现库。

License

License

GroupId

GroupId

fun.fengwk.jwt4j
ArtifactId

ArtifactId

jwt4j
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

fun.fengwk.jwt4j:jwt4j
JWT4J是JWT For Java的缩写,该类库是一个出于学习目实现的简单、小巧、可扩展的JWT实现库。
Project URL

Project URL

https://github.com/fengwk/jwt4j

Download jwt4j

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.gson : gson Optional jar 2.8.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1