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