s

stormpath-shiro-spring-boot-example

A Spring Boot (non-web) application that uses Stormpath and Shiro.
Files download
File Operation
stormpath-shiro-spring-boot-example-0.8.0-RC1.jar download
stormpath-shiro-spring-boot-example-0.8.0-RC1.pom download
stormpath-shiro-spring-boot-example-0.8.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.stormpath.shiro</groupId>
  <artifactId>stormpath-shiro-spring-boot-example</artifactId>
  <version>0.8.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.stormpath.shiro:stormpath-shiro-spring-boot-example:0.8.0-RC1'
Gradle Kotlin
implementation("com.stormpath.shiro:stormpath-shiro-spring-boot-example:0.8.0-RC1")
Scala SBT
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-spring-boot-example" % "0.8.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.stormpath.shiro', module='stormpath-shiro-spring-boot-example', version='0.8.0-RC1')
)
Apache Ivy
<dependency org="com.stormpath.shiro" name="stormpath-shiro-spring-boot-example" rev="0.8.0-RC1" />
Leiningen
[com.stormpath.shiro/stormpath-shiro-spring-boot-example "0.8.0-RC1"]
Apache Buildr
'com.stormpath.shiro:stormpath-shiro-spring-boot-example:jar:0.8.0-RC1'