Download bootique-shiro-0.25.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.25 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials