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