is not current version
Last Version 4.0.14

org.hswebframework.web:hsweb-authorization-basic 4.0.0

实现hsweb-authorization-api的相关接口以及使用aop实现RBAC和数据权限的控制

GroupId

GroupId

org.hswebframework.web
ArtifactId

ArtifactId

hsweb-authorization-basic
Version

Version

4.0.0
Type

Type

jar

Download hsweb-authorization-basic 4.0.0


<!-- https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-basic/ -->
<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-authorization-basic</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-basic/
implementation 'org.hswebframework.web:hsweb-authorization-basic:4.0.0'
// https://jarcasting.com/artifacts/org.hswebframework.web/hsweb-authorization-basic/
implementation ("org.hswebframework.web:hsweb-authorization-basic:4.0.0")
'org.hswebframework.web:hsweb-authorization-basic:jar:4.0.0'
<dependency org="org.hswebframework.web" name="hsweb-authorization-basic" rev="4.0.0">
  <artifact name="hsweb-authorization-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hswebframework.web', module='hsweb-authorization-basic', version='4.0.0')
)
libraryDependencies += "org.hswebframework.web" % "hsweb-authorization-basic" % "4.0.0"
[org.hswebframework.web/hsweb-authorization-basic "4.0.0"]