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