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