b

bootique-shiro-parent

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