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