| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.esfinge |
| ArtifactId | ArtifactIdRBAC |
| Last Version | Last Version1.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe Esfinge Guardian is a matadata based framework applicable to systems requiring authorizations, regardless of the domain, this framework implements RBAC, ABAC, MAC subprojects.
|
| Filename | Size |
|---|---|
| RBAC-1.2.3.pom | |
| RBAC-1.2.3.jar | 11 KB |
| RBAC-1.2.3-sources.jar | 7 KB |
| RBAC-1.2.3-javadoc.jar | 93 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.esfinge/RBAC/ -->
<dependency>
<groupId>net.sf.esfinge</groupId>
<artifactId>RBAC</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.esfinge/RBAC/
implementation 'net.sf.esfinge:RBAC:1.2.3'
// https://jarcasting.com/artifacts/net.sf.esfinge/RBAC/
implementation ("net.sf.esfinge:RBAC:1.2.3")
'net.sf.esfinge:RBAC:jar:1.2.3'
<dependency org="net.sf.esfinge" name="RBAC" rev="1.2.3">
<artifact name="RBAC" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.esfinge', module='RBAC', version='1.2.3')
)
libraryDependencies += "net.sf.esfinge" % "RBAC" % "1.2.3"
[net.sf.esfinge/RBAC "1.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.esfinge : guardian-core | jar | 1.2.3 |
| cglib : cglib-nodep | jar | 3.2.4 |
| org.javassist : javassist | jar | 3.23.1-GA |
| net.sf.scannotation : scannotation | jar | 1.0.2 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |