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