文件下载
文件名 操作
att-xacml-2.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.att.research.xacml</groupId>
  <artifactId>att-xacml</artifactId>
  <version>2.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.att.research.xacml:att-xacml:2.0.1'
Gradle Kotlin
implementation("com.att.research.xacml:att-xacml:2.0.1")
Scala SBT
libraryDependencies += "com.att.research.xacml" % "att-xacml" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.att.research.xacml', module='att-xacml', version='2.0.1')
)
Apache Ivy
<dependency org="com.att.research.xacml" name="att-xacml" rev="2.0.1" />
Leiningen
[com.att.research.xacml/att-xacml "2.0.1"]
Apache Buildr
'com.att.research.xacml:att-xacml:jar:2.0.1'