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