x

xacml

ATT reference implementation of the OASIS XACML 3.0 standard
Files download
File Operation
xacml-2.0.1.jar download
xacml-2.0.1.pom download
xacml-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.att.research.xacml</groupId>
  <artifactId>xacml</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.att.research.xacml:xacml:2.0.1'
Gradle Kotlin
implementation("com.att.research.xacml:xacml:2.0.1")
Scala SBT
libraryDependencies += "com.att.research.xacml" % "xacml" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.att.research.xacml', module='xacml', version='2.0.1')
)
Apache Ivy
<dependency org="com.att.research.xacml" name="xacml" rev="2.0.1" />
Leiningen
[com.att.research.xacml/xacml "2.0.1"]
Apache Buildr
'com.att.research.xacml:xacml:jar:2.0.1'