is not current version
Last Version 8.3.0

org.ow2.authzforce:authzforce-ce-xacml-model 3.3.7

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.

GroupId

GroupId

org.ow2.authzforce
ArtifactId

ArtifactId

authzforce-ce-xacml-model
Version

Version

3.3.7
Type

Type

jar

Download authzforce-ce-xacml-model 3.3.7


<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-xacml-model/ -->
<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-ce-xacml-model</artifactId>
    <version>3.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-xacml-model/
implementation 'org.ow2.authzforce:authzforce-ce-xacml-model:3.3.7'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-xacml-model/
implementation ("org.ow2.authzforce:authzforce-ce-xacml-model:3.3.7")
'org.ow2.authzforce:authzforce-ce-xacml-model:jar:3.3.7'
<dependency org="org.ow2.authzforce" name="authzforce-ce-xacml-model" rev="3.3.7">
  <artifact name="authzforce-ce-xacml-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-ce-xacml-model', version='3.3.7')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-xacml-model" % "3.3.7"
[org.ow2.authzforce/authzforce-ce-xacml-model "3.3.7"]