Download bootique-shiro-0.2.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.2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials