License |
License |
---|---|
GroupId | GroupIdorg.ow2.authzforce |
ArtifactId | ArtifactIdauthzforce-xacml-model |
Last Version | Last Version3.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ow2.authzforce:authzforce-xacml-model
AuthZForce - Java model (JAXB) for OASIS XACML Core Specification. The first two (dot-separated) sequences of the artifact version refer to the version of the OASIS XACML standard from which model (XML schema) this artifact is generated (using JAXB framework). OASIS XACML schema file is included. This project also includes standard XACML identifiers as Java enums.
|
Filename | Size |
---|---|
authzforce-xacml-model-3.0.4.pom | |
authzforce-xacml-model-3.0.4.jar | 136 KB |
authzforce-xacml-model-3.0.4-sources.jar | 119 KB |
authzforce-xacml-model-3.0.4-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xacml-model/ -->
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-xacml-model</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xacml-model/
implementation 'org.ow2.authzforce:authzforce-xacml-model:3.0.4'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-xacml-model/
implementation ("org.ow2.authzforce:authzforce-xacml-model:3.0.4")
'org.ow2.authzforce:authzforce-xacml-model:jar:3.0.4'
<dependency org="org.ow2.authzforce" name="authzforce-xacml-model" rev="3.0.4">
<artifact name="authzforce-xacml-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-xacml-model', version='3.0.4')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-xacml-model" % "3.0.4"
[org.ow2.authzforce/authzforce-xacml-model "3.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.authzforce : authzforce-xml-ns-model | jar | 1.2 |
org.jvnet.jaxb2_commons : jaxb2-basics-runtime | jar | 0.6.4 |