License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdspring-security-jwt |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
spring-security-jwt-1.0.3.pom | |
spring-security-jwt-1.0.3.jar | 26 KB |
spring-security-jwt-1.0.3-sources.jar | 22 KB |
spring-security-jwt-1.0.3-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>spring-security-jwt</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt/
implementation 'com.github.yingzhuo:spring-security-jwt:1.0.3'
// https://jarcasting.com/artifacts/com.github.yingzhuo/spring-security-jwt/
implementation ("com.github.yingzhuo:spring-security-jwt:1.0.3")
'com.github.yingzhuo:spring-security-jwt:jar:1.0.3'
<dependency org="com.github.yingzhuo" name="spring-security-jwt" rev="1.0.3">
<artifact name="spring-security-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='spring-security-jwt', version='1.0.3')
)
libraryDependencies += "com.github.yingzhuo" % "spring-security-jwt" % "1.0.3"
[com.github.yingzhuo/spring-security-jwt "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.1.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.26 |
com.auth0 : java-jwt | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.6.RELEASE |
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |