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