License |
License
lgpl
|
---|---|
GroupId | GroupIdorg.picketlink |
ArtifactId | ArtifactIdpdp |
Last Version | Last Version2.0.3.Final |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionPicketLink XACML PDP
XACML PDP Web Application for the PicketLink Project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pdp-2.0.3.Final.pom | |
pdp-2.0.3.Final.war | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.picketlink/pdp/ -->
<dependency>
<groupId>org.picketlink</groupId>
<artifactId>pdp</artifactId>
<version>2.0.3.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.picketlink/pdp/
implementation 'org.picketlink:pdp:2.0.3.Final'
// https://jarcasting.com/artifacts/org.picketlink/pdp/
implementation ("org.picketlink:pdp:2.0.3.Final")
'org.picketlink:pdp:war:2.0.3.Final'
<dependency org="org.picketlink" name="pdp" rev="2.0.3.Final">
<artifact name="pdp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.picketlink', module='pdp', version='2.0.3.Final')
)
libraryDependencies += "org.picketlink" % "pdp" % "2.0.3.Final"
[org.picketlink/pdp "2.0.3.Final"]