is not current version
Last Version 0.6.8

icu.easyj:easyj-jwt 0.5.7

EasyJ JWT封装,快速生成和解析JWT的方法。

GroupId

GroupId

icu.easyj
ArtifactId

ArtifactId

easyj-jwt
Version

Version

0.5.7
Type

Type

jar

Download easyj-jwt 0.5.7


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