x

xacml-pip

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