License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.crazyxxl |
ArtifactId | ArtifactIdspring-boot-starter-jwt |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionjwt
Demo for jwt integration
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.crazyxxl/spring-boot-starter-jwt/ -->
<dependency>
<groupId>com.github.crazyxxl</groupId>
<artifactId>spring-boot-starter-jwt</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crazyxxl/spring-boot-starter-jwt/
implementation 'com.github.crazyxxl:spring-boot-starter-jwt:1.0.0'
// https://jarcasting.com/artifacts/com.github.crazyxxl/spring-boot-starter-jwt/
implementation ("com.github.crazyxxl:spring-boot-starter-jwt:1.0.0")
'com.github.crazyxxl:spring-boot-starter-jwt:jar:1.0.0'
<dependency org="com.github.crazyxxl" name="spring-boot-starter-jwt" rev="1.0.0">
<artifact name="spring-boot-starter-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crazyxxl', module='spring-boot-starter-jwt', version='1.0.0')
)
libraryDependencies += "com.github.crazyxxl" % "spring-boot-starter-jwt" % "1.0.0"
[com.github.crazyxxl/spring-boot-starter-jwt "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
io.jsonwebtoken : jjwt | jar | 0.7.0 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.3.1 |
org.projectlombok : lombok | jar | 1.16.12 |