Download bootique-shiro-0.24.jar file - Jar b

Jar examples for b:bootique-shiro

Description

Provides basic Apache Shiro integration with Bootique. Can be used standalone or with env-specific extensions.

You can download jar file bootique-shiro 0.24 in this page.

Build File

You can use the following script to add bootique-shiro-0.24.jar to your project.

<dependency>
   <groupId>io.bootique.shiro</groupId>
   <artifactId>bootique-shiro</artifactId>
   <version>0.24</version>
</dependency>
compile group: 'io.bootique.shiro', name: 'bootique-shiro', version: '0.24'
libraryDependencies += "io.bootique.shiro" % "bootique-shiro" % "0.24"
<dependency org="io.bootique.shiro" name="bootique-shiro" rev="0.24"/>
@Grapes(@Grab(group='io.bootique.shiro', module='bootique-shiro', version='0.24'))
'io.bootique.shiro:bootique-shiro:jar:0.24'

Download

Click the following link to download the jar file.

bootique-shiro-0.24-javadoc.jar
bootique-shiro-0.24-sources.jar
bootique-shiro-0.24.jar
bootique-shiro-0.24.pom



Related Tutorials