is not current version
Last Version 1.9.0

org.apache.shiro:shiro-servlet-plugin 1.4.2

Automatically deploys Shiro in a servlet container-based web application.

GroupId

GroupId

org.apache.shiro
ArtifactId

ArtifactId

shiro-servlet-plugin
Version

Version

1.4.2
Type

Type

jar

Download shiro-servlet-plugin 1.4.2


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