| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdcom.gitee.wy3366 | 
    
| ArtifactId | ArtifactIdspring-boot-jwt | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncom.gitee.wy3366:spring-boot-jwt 
            spring boot jwt 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| spring-boot-jwt-1.0.0.pom | |
| spring-boot-jwt-1.0.0.jar | 13 KB | 
| spring-boot-jwt-1.0.0-sources.jar | 9 KB | 
| spring-boot-jwt-1.0.0-javadoc.jar | 89 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gitee.wy3366/spring-boot-jwt/ -->
<dependency>
    <groupId>com.gitee.wy3366</groupId>
    <artifactId>spring-boot-jwt</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.gitee.wy3366/spring-boot-jwt/
implementation 'com.gitee.wy3366:spring-boot-jwt:1.0.0'
                // https://jarcasting.com/artifacts/com.gitee.wy3366/spring-boot-jwt/
implementation ("com.gitee.wy3366:spring-boot-jwt:1.0.0")
                'com.gitee.wy3366:spring-boot-jwt:jar:1.0.0'
                <dependency org="com.gitee.wy3366" name="spring-boot-jwt" rev="1.0.0">
  <artifact name="spring-boot-jwt" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.gitee.wy3366', module='spring-boot-jwt', version='1.0.0')
)
                libraryDependencies += "com.gitee.wy3366" % "spring-boot-jwt" % "1.0.0"
                [com.gitee.wy3366/spring-boot-jwt "1.0.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.jsonwebtoken : jjwt | jar | 0.9.1 | 
| com.alibaba : fastjson | jar | 1.2.76 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.5.3 | 
| org.springframework.boot : spring-boot-starter-web | jar | 2.5.3 | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.5.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.5.3 |