MVN

com.att.research.xacml : xacml-test

Maven & Gradle

Mar 20, 2020
2 usages

att-xacml-test · Testing utilities

<dependency>
    <groupId>com.att.research.xacml</groupId>
    <artifactId>xacml-test</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.att.research.xacml : xacml-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.att.research.xacml : xacml-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • xacml-test-2.2.0

    Mar 19, 2020
  • xacml-test-2.1.0

    Mar 09, 2020
  • xacml-test-1.0.2

    Nov 02, 2018
  • xacml-test-1.0.1

    Feb 08, 2018

How to add a dependency to Maven

Add the following com.att.research.xacml : xacml-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.att.research.xacml</groupId>
    <artifactId>xacml-test</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.att.research.xacml : xacml-test gradle dependency to your build.gradle file:

implementation 'com.att.research.xacml:xacml-test:2.2.0'

Gradle Kotlin DSL: Add the following com.att.research.xacml : xacml-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.att.research.xacml:xacml-test:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.att.research.xacml : xacml-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.att.research.xacml" % "xacml-test" % "2.2.0"