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