MVN

org.ow2.authzforce : authzforce-xacml-model

Maven & Gradle

Oct 25, 2015
1 usages

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.

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-xacml-model</artifactId>
    <version>3.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.authzforce : authzforce-xacml-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.4

All Versions

Choose a version of org.ow2.authzforce : authzforce-xacml-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
authzforce-xacml-model-3.0.4

How to add a dependency to Maven

Add the following org.ow2.authzforce : authzforce-xacml-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.authzforce</groupId>
    <artifactId>authzforce-xacml-model</artifactId>
    <version>3.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.authzforce : authzforce-xacml-model gradle dependency to your build.gradle file:

implementation 'org.ow2.authzforce:authzforce-xacml-model:3.0.4'

Gradle Kotlin DSL: Add the following org.ow2.authzforce : authzforce-xacml-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.authzforce:authzforce-xacml-model:3.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.authzforce : authzforce-xacml-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.authzforce" % "authzforce-xacml-model" % "3.0.4"