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