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