Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.att.research.xacml |
ArtifactId | ArtifactIdxacml-pdp-rest |
Version | Version2.1.0 |
Type | Typewar |
Filename | Size |
---|---|
xacml-pdp-rest-2.1.0.pom | |
xacml-pdp-rest-2.1.0.war | 11 MB |
xacml-pdp-rest-2.1.0-tarball.tar.gz | 11 MB |
xacml-pdp-rest-2.1.0-sources.jar | 21 KB |
xacml-pdp-rest-2.1.0-javadoc.jar | 61 KB |
xacml-pdp-rest-2.1.0-classes.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp-rest/ -->
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>xacml-pdp-rest</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp-rest/
implementation 'com.att.research.xacml:xacml-pdp-rest:2.1.0'
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml-pdp-rest/
implementation ("com.att.research.xacml:xacml-pdp-rest:2.1.0")
'com.att.research.xacml:xacml-pdp-rest:war:2.1.0'
<dependency org="com.att.research.xacml" name="xacml-pdp-rest" rev="2.1.0">
<artifact name="xacml-pdp-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='com.att.research.xacml', module='xacml-pdp-rest', version='2.1.0')
)
libraryDependencies += "com.att.research.xacml" % "xacml-pdp-rest" % "2.1.0"
[com.att.research.xacml/xacml-pdp-rest "2.1.0"]