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