Last Version

kernel-jwt 1.0.0

jwt鉴权相关的工具类

License

License

GroupId

GroupId

com.github.lujiannt
ArtifactId

ArtifactId

kernel-jwt
Version

Version

1.0.0
Type

Type

jar
Description

Description

kernel-jwt
jwt鉴权相关的工具类

Download kernel-jwt 1.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.lujiannt : kernel-core jar 1.0.0
io.jsonwebtoken : jjwt jar 0.9.1
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.1.6.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.6.RELEASE

Project Modules

There are no modules declared in this project.