is not current version
Last Version 2.0.1

io.bootique.shiro:bootique-shiro-web 0.1

Provides Apache Shiro integration with Bootique in servlet environment.

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.shiro
ArtifactId

ArtifactId

bootique-shiro-web
Version

Version

0.1
Type

Type

jar

Download bootique-shiro-web 0.1


<!-- https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/ -->
<dependency>
    <groupId>io.bootique.shiro</groupId>
    <artifactId>bootique-shiro-web</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/
implementation 'io.bootique.shiro:bootique-shiro-web:0.1'
// https://jarcasting.com/artifacts/io.bootique.shiro/bootique-shiro-web/
implementation ("io.bootique.shiro:bootique-shiro-web:0.1")
'io.bootique.shiro:bootique-shiro-web:jar:0.1'
<dependency org="io.bootique.shiro" name="bootique-shiro-web" rev="0.1">
  <artifact name="bootique-shiro-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.shiro', module='bootique-shiro-web', version='0.1')
)
libraryDependencies += "io.bootique.shiro" % "bootique-shiro-web" % "0.1"
[io.bootique.shiro/bootique-shiro-web "0.1"]