MVN

com.github.taccisum : shiro-starter

Maven & Gradle

Jun 21, 2021
8 stars

Shiro Starter · another spring boot starter for shiro

<dependency>
    <groupId>com.github.taccisum</groupId>
    <artifactId>shiro-starter</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.taccisum : shiro-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.github.taccisum : shiro-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
shiro-starter-2.3.0
2.2.x
shiro-starter-2.2.0
2.1.x
shiro-starter-2.1.0
2.0.x
shiro-starter-2.0.1
2.0
shiro-starter-2.0

How to add a dependency to Maven

Add the following com.github.taccisum : shiro-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.taccisum</groupId>
    <artifactId>shiro-starter</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.taccisum : shiro-starter gradle dependency to your build.gradle file:

implementation 'com.github.taccisum:shiro-starter:2.3.0'

Gradle Kotlin DSL: Add the following com.github.taccisum : shiro-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.taccisum:shiro-starter:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.taccisum : shiro-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.taccisum" % "shiro-starter" % "2.3.0"

Advertisement