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