MVN

org.apache.shiro : shiro-config-core

Maven & Gradle

Jul 25, 2023
9 usages
4.1k stars

Apache Shiro :: Configuration :: Core

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

Latest Version

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.shiro:shiro-config-core:1.12.0'

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

implementation("org.apache.shiro:shiro-config-core:1.12.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.shiro" % "shiro-config-core" % "1.12.0"

Advertisement

Dependencies from Group

Jul 25, 2023
737 usages
4.1k stars
Jul 25, 2023
490 usages
4.1k stars
Jul 25, 2023
328 usages
4.1k stars
Jul 25, 2023
174 usages
4.1k stars
Jul 25, 2023
59 usages
4.1k stars

Discover Dependencies