is not current version
Last Version 1.9.0

org.apache.shiro:shiro-spring-boot 1.5.0


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.apache.shiro
ArtifactId

ArtifactId

shiro-spring-boot
Version

Version

1.5.0
Type

Type

pom

Download shiro-spring-boot 1.5.0


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