Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.att.research.xacml |
ArtifactId | ArtifactIdxacml-pdp |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xacml-pdp-2.0.0.pom | |
xacml-pdp-2.0.0.jar | 329 KB |
xacml-pdp-2.0.0-sources.jar | 209 KB |
xacml-pdp-2.0.0-javadoc.jar | 990 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp/ -->
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp/
implementation 'com.att.research.xacml:xacml-pdp:2.0.0'
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp/
implementation ("com.att.research.xacml:xacml-pdp:2.0.0")
'com.att.research.xacml:xacml-pdp:jar:2.0.0'
<dependency org="com.att.research.xacml" name="xacml-pdp" rev="2.0.0">
<artifact name="xacml-pdp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.research.xacml', module='xacml-pdp', version='2.0.0')
)
libraryDependencies += "com.att.research.xacml" % "xacml-pdp" % "2.0.0"
[com.att.research.xacml/xacml-pdp "2.0.0"]