b

bootique-shiro-parent

Parent POM of Apache Shiro / Bootique integration modules.
Files download
File Operation
bootique-shiro-parent-1.0.RC1.pom download
Apache Maven
<dependency>
  <groupId>io.bootique.shiro</groupId>
  <artifactId>bootique-shiro-parent</artifactId>
  <version>1.0.RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.bootique.shiro:bootique-shiro-parent:1.0.RC1'
Gradle Kotlin
implementation("io.bootique.shiro:bootique-shiro-parent:1.0.RC1")
Scala SBT
libraryDependencies += "io.bootique.shiro" % "bootique-shiro-parent" % "1.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.bootique.shiro', module='bootique-shiro-parent', version='1.0.RC1')
)
Apache Ivy
<dependency org="io.bootique.shiro" name="bootique-shiro-parent" rev="1.0.RC1" />
Leiningen
[io.bootique.shiro/bootique-shiro-parent "1.0.RC1"]
Apache Buildr
'io.bootique.shiro:bootique-shiro-parent:jar:1.0.RC1'