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