b

bootique-shiro-parent

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