Jar examples for b:bootique-shiro
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.
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'
Click the following link to download the jar file.
bootique-shiro-0.24-javadoc.jar