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.1 in this page.
You can use the following script to add bootique-shiro-0.1.jar to your project.
<dependency> <groupId>io.bootique.shiro</groupId> <artifactId>bootique-shiro</artifactId> <version>0.1</version> </dependency>
compile group: 'io.bootique.shiro', name: 'bootique-shiro', version: '0.1'
libraryDependencies += "io.bootique.shiro" % "bootique-shiro" % "0.1"
<dependency org="io.bootique.shiro" name="bootique-shiro" rev="0.1"/>
@Grapes(@Grab(group='io.bootique.shiro', module='bootique-shiro', version='0.1'))
'io.bootique.shiro:bootique-shiro:jar:0.1'
Click the following link to download the jar file.
bootique-shiro-0.1-javadoc.jar