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