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