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