is not current version
Last Version 2.3

cz.polankam.security.acl:jaclp 1.0

JACLP: ACL Permission library for Spring Security introduces static ACL-based role permission system with a touch of ABAC (Attribute-based access control) over resources. It is integrated within Spring Security and its expression based permission control which might be used from Authorize-like annotations over endpoints or generally methods in components.

Categories

Categories

Security
GroupId

GroupId

cz.polankam.security.acl
ArtifactId

ArtifactId

jaclp
Version

Version

1.0
Type

Type

jar

Download jaclp 1.0


<!-- https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/ -->
<dependency>
    <groupId>cz.polankam.security.acl</groupId>
    <artifactId>jaclp</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation 'cz.polankam.security.acl:jaclp:1.0'
// https://jarcasting.com/artifacts/cz.polankam.security.acl/jaclp/
implementation ("cz.polankam.security.acl:jaclp:1.0")
'cz.polankam.security.acl:jaclp:jar:1.0'
<dependency org="cz.polankam.security.acl" name="jaclp" rev="1.0">
  <artifact name="jaclp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.polankam.security.acl', module='jaclp', version='1.0')
)
libraryDependencies += "cz.polankam.security.acl" % "jaclp" % "1.0"
[cz.polankam.security.acl/jaclp "1.0"]