License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security |
GroupId | GroupIdcom.github.759434091 |
ArtifactId | ArtifactIdjwt-security-spring-boot-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjwt-security-spring-boot-starter
A small Jwt Token Spring Security Spring Boot Starter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.759434091/jwt-security-spring-boot-starter/ -->
<dependency>
<groupId>com.github.759434091</groupId>
<artifactId>jwt-security-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.759434091/jwt-security-spring-boot-starter/
implementation 'com.github.759434091:jwt-security-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.759434091/jwt-security-spring-boot-starter/
implementation ("com.github.759434091:jwt-security-spring-boot-starter:1.0.0")
'com.github.759434091:jwt-security-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.759434091" name="jwt-security-spring-boot-starter" rev="1.0.0">
<artifact name="jwt-security-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.759434091', module='jwt-security-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.759434091" % "jwt-security-spring-boot-starter" % "1.0.0"
[com.github.759434091/jwt-security-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-security | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.6.RELEASE |
io.jsonwebtoken : jjwt | jar | 0.9.1 |