is not current version
Last Version 1.4.2.RELEASE

cn.org.faster:spring-boot-starter-shiro 1.1.1.RELEASE


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.org.faster
ArtifactId

ArtifactId

spring-boot-starter-shiro
Version

Version

1.1.1.RELEASE
Type

Type

jar

Download spring-boot-starter-shiro 1.1.1.RELEASE


<!-- 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.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-shiro/
implementation 'cn.org.faster:spring-boot-starter-shiro:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-shiro/
implementation ("cn.org.faster:spring-boot-starter-shiro:1.1.1.RELEASE")
'cn.org.faster:spring-boot-starter-shiro:jar:1.1.1.RELEASE'
<dependency org="cn.org.faster" name="spring-boot-starter-shiro" rev="1.1.1.RELEASE">
  <artifact name="spring-boot-starter-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-shiro', version='1.1.1.RELEASE')
)
libraryDependencies += "cn.org.faster" % "spring-boot-starter-shiro" % "1.1.1.RELEASE"
[cn.org.faster/spring-boot-starter-shiro "1.1.1.RELEASE"]