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