x

xacml-test

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