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