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