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