GroupId | GroupIdorg.xacml4j |
---|---|
ArtifactId | ArtifactIdxacml |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
xacml-1.3.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xacml4j/xacml/ -->
<dependency>
<groupId>org.xacml4j</groupId>
<artifactId>xacml</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xacml4j/xacml/
implementation 'org.xacml4j:xacml:1.3.2'
// https://jarcasting.com/artifacts/org.xacml4j/xacml/
implementation ("org.xacml4j:xacml:1.3.2")
'org.xacml4j:xacml:pom:1.3.2'
<dependency org="org.xacml4j" name="xacml" rev="1.3.2">
<artifact name="xacml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xacml4j', module='xacml', version='1.3.2')
)
libraryDependencies += "org.xacml4j" % "xacml" % "1.3.2"
[org.xacml4j/xacml "1.3.2"]