License |
License |
---|---|
GroupId | GroupIdcom.wuyushuo |
ArtifactId | ArtifactIdspring-jwt-auth |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-jwt-auth
|
Project URL |
Project URL |
Project Organization |
Project OrganizationWuYuShuo |
Filename | Size |
---|---|
spring-jwt-auth-1.1.2.pom | |
spring-jwt-auth-1.1.2.jar | 29 KB |
spring-jwt-auth-1.1.2-sources.jar | 16 KB |
spring-jwt-auth-1.1.2-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/ -->
<dependency>
<groupId>com.wuyushuo</groupId>
<artifactId>spring-jwt-auth</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/
implementation 'com.wuyushuo:spring-jwt-auth:1.1.2'
// https://jarcasting.com/artifacts/com.wuyushuo/spring-jwt-auth/
implementation ("com.wuyushuo:spring-jwt-auth:1.1.2")
'com.wuyushuo:spring-jwt-auth:jar:1.1.2'
<dependency org="com.wuyushuo" name="spring-jwt-auth" rev="1.1.2">
<artifact name="spring-jwt-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wuyushuo', module='spring-jwt-auth', version='1.1.2')
)
libraryDependencies += "com.wuyushuo" % "spring-jwt-auth" % "1.1.2"
[com.wuyushuo/spring-jwt-auth "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.8.1 |
commons-codec : commons-codec | jar | |
io.jsonwebtoken : jjwt-api | jar | 0.10.6 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.9.8 |
io.swagger : swagger-annotations | jar | 1.5.18 |
org.slf4j : slf4j-api | jar | 1.7.26 |
org.projectlombok : lombok | jar | 1.16.18 |
javax.servlet : javax.servlet-api | jar | 4.0.0 |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.data : spring-data-redis | jar | 2.0.3.RELEASE |
org.springframework : spring-web | jar | |
org.springframework : spring-webmvc | jar |
Group / Artifact | Type | Version |
---|---|---|
io.jsonwebtoken : jjwt-impl | jar | 0.10.6 |
io.jsonwebtoken : jjwt-jackson | jar | 0.10.6 |