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