Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.att.research.xacml |
ArtifactId | ArtifactIdatt-xacml |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
att-xacml-1.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.research.xacml/att-xacml/ -->
<dependency>
<groupId>com.att.research.xacml</groupId>
<artifactId>att-xacml</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.att.research.xacml/att-xacml/
implementation 'com.att.research.xacml:att-xacml:1.0.0'
// https://jarcasting.com/artifacts/com.att.research.xacml/att-xacml/
implementation ("com.att.research.xacml:att-xacml:1.0.0")
'com.att.research.xacml:att-xacml:pom:1.0.0'
<dependency org="com.att.research.xacml" name="att-xacml" rev="1.0.0">
<artifact name="att-xacml" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.att.research.xacml', module='att-xacml', version='1.0.0')
)
libraryDependencies += "com.att.research.xacml" % "att-xacml" % "1.0.0"
[com.att.research.xacml/att-xacml "1.0.0"]