b

bootique-shiro-parent

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