MVN

org.apache.shiro : shiro-web

Maven & Gradle

Jul 25, 2023
490 usages
4.1k stars

Apache Shiro :: Web

<dependency>
    <groupId>org.apache.shiro</groupId>
    <artifactId>shiro-web</artifactId>
    <version>1.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shiro : shiro-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12.0
  • Latest Release Candidate: 1.4.0-RC2
  • Latest Alpha: 2.0.0-alpha-3

All Versions

Choose a version of org.apache.shiro : shiro-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
shiro-web-2.0.0-alpha-3
shiro-web-2.0.0-alpha-2
shiro-web-2.0.0-alpha-1
1.12.x
shiro-web-1.12.0
1.11.x
shiro-web-1.11.0
1.10.x
shiro-web-1.10.1
shiro-web-1.10.0
1.9.x
shiro-web-1.9.1
CVE-2022-40664
shiro-web-1.9.0
CVE-2022-40664
1.8.x
shiro-web-1.8.0
CVE-2022-40664
1.7.x
shiro-web-1.7.1
CVE-2022-40664
shiro-web-1.7.0
2 vulnerabilities
1.6.x
shiro-web-1.6.0
2 vulnerabilities
1.5.x
shiro-web-1.5.3
3 vulnerabilities
shiro-web-1.5.2
4 vulnerabilities
shiro-web-1.5.1
5 vulnerabilities
shiro-web-1.5.0
5 vulnerabilities
1.4.x
shiro-web-1.4.2
5 vulnerabilities
shiro-web-1.4.1
5 vulnerabilities
shiro-web-1.4.0
5 vulnerabilities
shiro-web-1.4.0-RC2
5 vulnerabilities
1.3.x
shiro-web-1.3.2
5 vulnerabilities
shiro-web-1.3.1
6 vulnerabilities
shiro-web-1.3.0
6 vulnerabilities
1.2.x
shiro-web-1.2.6
6 vulnerabilities
shiro-web-1.2.5
6 vulnerabilities
shiro-web-1.2.4
6 vulnerabilities
shiro-web-1.2.3
6 vulnerabilities
shiro-web-1.2.2
6 vulnerabilities
shiro-web-1.2.1
6 vulnerabilities
shiro-web-1.2.0
6 vulnerabilities
1.1.x
shiro-web-1.1.0
6 vulnerabilities
1.0.x
shiro-web-1.0.0-incubating
6 vulnerabilities

How to add a dependency to Maven

Add the following org.apache.shiro : shiro-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.shiro</groupId>
    <artifactId>shiro-web</artifactId>
    <version>1.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.shiro : shiro-web gradle dependency to your build.gradle file:

implementation 'org.apache.shiro:shiro-web:1.12.0'

Gradle Kotlin DSL: Add the following org.apache.shiro : shiro-web gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.shiro:shiro-web:1.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.shiro : shiro-web sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.shiro" % "shiro-web" % "1.12.0"

Advertisement