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