MVN

org.apache.shiro : shiro-config

Maven & Gradle

Jul 25, 2023
4.1k stars

Apache Shiro :: Configuration

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

Latest Version

Choose a version of org.apache.shiro : shiro-config to add to Maven - 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-config to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
shiro-config-2.0.0-alpha-3
shiro-config-2.0.0-alpha-2
shiro-config-2.0.0-alpha-1
1.12.x
shiro-config-1.12.0
1.11.x
shiro-config-1.11.0
1.10.x
shiro-config-1.10.1
shiro-config-1.10.0
1.9.x
shiro-config-1.9.1
shiro-config-1.9.0
1.8.x
shiro-config-1.8.0
1.7.x
shiro-config-1.7.1
shiro-config-1.7.0
1.6.x
shiro-config-1.6.0
1.5.x
shiro-config-1.5.3
shiro-config-1.5.2
shiro-config-1.5.1
shiro-config-1.5.0
1.4.x
shiro-config-1.4.2
shiro-config-1.4.1
shiro-config-1.4.0
shiro-config-1.4.0-RC2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement