Files download
File Operation
stormpath-shiro-jaxrs-0.8.0-RC1.jar download
stormpath-shiro-jaxrs-0.8.0-RC1.pom download
stormpath-shiro-jaxrs-0.8.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.shiro</groupId>
  <artifactId>stormpath-shiro-jaxrs</artifactId>
  <version>0.8.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.shiro:stormpath-shiro-jaxrs:0.8.0-RC1'
Gradle Kotlin
implementation("com.stormpath.shiro:stormpath-shiro-jaxrs:0.8.0-RC1")
Scala SBT
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-jaxrs" % "0.8.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.shiro', module='stormpath-shiro-jaxrs', version='0.8.0-RC1')
)
Apache Ivy
<dependency org="com.stormpath.shiro" name="stormpath-shiro-jaxrs" rev="0.8.0-RC1" />
Leiningen
[com.stormpath.shiro/stormpath-shiro-jaxrs "0.8.0-RC1"]
Apache Buildr
'com.stormpath.shiro:stormpath-shiro-jaxrs:jar:0.8.0-RC1'