is not current version
Last Version 2.6.0-RELEASE

cn.easyproject:easyshiro 2.5.0-RELEASE

EasyShiro is a security extension components based Shiro. For Web-based permission model RBAC (Role Based Access Control) to provide authorization and authentication rights information management database and Web URL based. Simplifies security integration, and verification code, login lockout, other more powerful comprehensive feature support.

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easyshiro
Version

Version

2.5.0-RELEASE
Type

Type

jar

Download easyshiro 2.5.0-RELEASE


<!-- https://jarcasting.com/artifacts/cn.easyproject/easyshiro/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easyshiro</artifactId>
    <version>2.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easyshiro/
implementation 'cn.easyproject:easyshiro:2.5.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easyshiro/
implementation ("cn.easyproject:easyshiro:2.5.0-RELEASE")
'cn.easyproject:easyshiro:jar:2.5.0-RELEASE'
<dependency org="cn.easyproject" name="easyshiro" rev="2.5.0-RELEASE">
  <artifact name="easyshiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easyshiro', version='2.5.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easyshiro" % "2.5.0-RELEASE"
[cn.easyproject/easyshiro "2.5.0-RELEASE"]