Exousia
Implementation of Jakarta Authorization
| License |
License |
|---|---|
| GroupId | GroupIdorg.omnifaces |
| ArtifactId | ArtifactIdexousia |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExousia
Exousia is an implementation of the Jakarta Authorization API.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| exousia-1.1.pom | |
| exousia-1.1.jar | 50 KB |
| exousia-1.1-sources.jar | 38 KB |
| exousia-1.1-javadoc.jar | 555 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.omnifaces/exousia/ -->
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>exousia</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.omnifaces/exousia/
implementation 'org.omnifaces:exousia:1.1'
// https://jarcasting.com/artifacts/org.omnifaces/exousia/
implementation ("org.omnifaces:exousia:1.1")
'org.omnifaces:exousia:jar:1.1'
<dependency org="org.omnifaces" name="exousia" rev="1.1">
<artifact name="exousia" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omnifaces', module='exousia', version='1.1')
)
libraryDependencies += "org.omnifaces" % "exousia" % "1.1"
[org.omnifaces/exousia "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
| jakarta.authorization : jakarta.authorization-api | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tomcat : tomcat-catalina Optional | jar | 10.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
Implementation of Jakarta Authorization