is not current version
Last Version 1.4.0

org.xacml4j:xacml 1.3.2

Implementation of OASIS eXtensible Access Control Markup Language (XACML) v2.0 and v3.0 specifications in Java programming language.

GroupId

GroupId

org.xacml4j
ArtifactId

ArtifactId

xacml
Version

Version

1.3.2
Type

Type

pom

Download xacml 1.3.2

Filename Size
xacml-1.3.2.pom 6 KB
Browse

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