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