添加依赖
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.13.0</version>
</dependency>
implementation 'io.jsonwebtoken:jjwt:0.13.0'
io.jsonwebtoken:jjwt:0.13.0
<dependency org="io.jsonwebtoken" name="jjwt" rev="0.13.0" />
libraryDependencies += "io.jsonwebtoken" % "jjwt" % "0.13.0"
@Grab(group='io.jsonwebtoken', module='jjwt', version='0.13.0')
[io.jsonwebtoken/jjwt "0.13.0"]
'io.jsonwebtoken:jjwt:jar:0.13.0'
资源下载
| 资源类型 | Central |
|---|---|
| jar 包 | jjwt-0.13.0.jar |
| 源码包 | jjwt-0.13.0-sources.jar |