MVN

org.njgzr : easy-shiro

Maven & Gradle

May 19, 2020

easyShiro · This project helps developers to integrate Shiro framework quickly, simply and with little configuration, thus eliminating the code of interface authentication

<dependency>
    <groupId>org.njgzr</groupId>
    <artifactId>easy-shiro</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
easy-shiro-1.0.4
easy-shiro-1.0.3
easy-shiro-1.0.2
easy-shiro-1.0.1
easy-shiro-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.njgzr</groupId>
    <artifactId>easy-shiro</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.njgzr:easy-shiro:1.0.4'

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

implementation("org.njgzr:easy-shiro:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.njgzr" % "easy-shiro" % "1.0.4"