| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdcom.github.hiwepy | 
    
| ArtifactId | ArtifactIdshiro-jwt-spring-boot-starter | 
    
| Version | Version1.1.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.github.hiwepy/shiro-jwt-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>shiro-jwt-spring-boot-starter</artifactId>
    <version>1.1.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.hiwepy/shiro-jwt-spring-boot-starter/
implementation 'com.github.hiwepy:shiro-jwt-spring-boot-starter:1.1.1.RELEASE'
                // https://jarcasting.com/artifacts/com.github.hiwepy/shiro-jwt-spring-boot-starter/
implementation ("com.github.hiwepy:shiro-jwt-spring-boot-starter:1.1.1.RELEASE")
                'com.github.hiwepy:shiro-jwt-spring-boot-starter:jar:1.1.1.RELEASE'
                <dependency org="com.github.hiwepy" name="shiro-jwt-spring-boot-starter" rev="1.1.1.RELEASE">
  <artifact name="shiro-jwt-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.hiwepy', module='shiro-jwt-spring-boot-starter', version='1.1.1.RELEASE')
)
                libraryDependencies += "com.github.hiwepy" % "shiro-jwt-spring-boot-starter" % "1.1.1.RELEASE"
                [com.github.hiwepy/shiro-jwt-spring-boot-starter "1.1.1.RELEASE"]