is not current version
Last Version 2.3

cz.polankam.security.acl:jaclp 2.1

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

2.1
Type

Type

jar

Download jaclp 2.1


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