GroupId | GroupIdorg.xacml4j |
---|---|
ArtifactId | ArtifactIdxacml-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
xacml-core-1.3.0.pom | |
xacml-core-1.3.0.jar | 760 KB |
xacml-core-1.3.0-sources.jar | 636 KB |
xacml-core-1.3.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xacml4j/xacml-core/ -->
<dependency>
<groupId>org.xacml4j</groupId>
<artifactId>xacml-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xacml4j/xacml-core/
implementation 'org.xacml4j:xacml-core:1.3.0'
// https://jarcasting.com/artifacts/org.xacml4j/xacml-core/
implementation ("org.xacml4j:xacml-core:1.3.0")
'org.xacml4j:xacml-core:jar:1.3.0'
<dependency org="org.xacml4j" name="xacml-core" rev="1.3.0">
<artifact name="xacml-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xacml4j', module='xacml-core', version='1.3.0')
)
libraryDependencies += "org.xacml4j" % "xacml-core" % "1.3.0"
[org.xacml4j/xacml-core "1.3.0"]