Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.att.research.xacml |
ArtifactId | ArtifactIdxacml |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
xacml-1.0.2.pom | |
xacml-1.0.2.jar | 577 KB |
xacml-1.0.2-sources.jar | 443 KB |
xacml-1.0.2-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>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml/
implementation 'com.att.research.xacml:xacml:1.0.2'
// https://jarcasting.com/artifacts/com.att.research.xacml/xacml/
implementation ("com.att.research.xacml:xacml:1.0.2")
'com.att.research.xacml:xacml:jar:1.0.2'
<dependency org="com.att.research.xacml" name="xacml" rev="1.0.2">
<artifact name="xacml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.research.xacml', module='xacml', version='1.0.2')
)
libraryDependencies += "com.att.research.xacml" % "xacml" % "1.0.2"
[com.att.research.xacml/xacml "1.0.2"]