is not current version
Last Version 4.0.14

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

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

GroupId

GroupId

org.hswebframework.web
ArtifactId

ArtifactId

hsweb-authorization-basic
Version

Version

3.0.2
Type

Type

jar

Download hsweb-authorization-basic 3.0.2


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