is not current version
Last Version 1.1.0

com.ruijc:spring-boot-starter-shiro 1.0.0

Springboot自动化配置Shiro框架并加入一些新功能。

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

spring-boot-starter-shiro
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-starter-shiro 1.0.0


<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/ -->
<dependency>
    <groupId>com.ruijc</groupId>
    <artifactId>spring-boot-starter-shiro</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/
implementation 'com.ruijc:spring-boot-starter-shiro:1.0.0'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-shiro/
implementation ("com.ruijc:spring-boot-starter-shiro:1.0.0")
'com.ruijc:spring-boot-starter-shiro:jar:1.0.0'
<dependency org="com.ruijc" name="spring-boot-starter-shiro" rev="1.0.0">
  <artifact name="spring-boot-starter-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-shiro', version='1.0.0')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-shiro" % "1.0.0"
[com.ruijc/spring-boot-starter-shiro "1.0.0"]