x

xacml-pdp

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