License |
License |
---|---|
GroupId | GroupIdorg.xacml4j |
ArtifactId | ArtifactIdxacml-spring |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXacml4J Spring 3.x Support Module
Implementation of OASIS eXtensible Access Control Markup Language (XACML)
v2.0 and v3.0 specifications in Java programming language.
|
Project Organization |
Project OrganizationXacml4J.org |
Filename | Size |
---|---|
xacml-spring-1.4.0.pom | |
xacml-spring-1.4.0.jar | 29 KB |
xacml-spring-1.4.0-sources.jar | 26 KB |
xacml-spring-1.4.0-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xacml4j/xacml-spring/ -->
<dependency>
<groupId>org.xacml4j</groupId>
<artifactId>xacml-spring</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xacml4j/xacml-spring/
implementation 'org.xacml4j:xacml-spring:1.4.0'
// https://jarcasting.com/artifacts/org.xacml4j/xacml-spring/
implementation ("org.xacml4j:xacml-spring:1.4.0")
'org.xacml4j:xacml-spring:jar:1.4.0'
<dependency org="org.xacml4j" name="xacml-spring" rev="1.4.0">
<artifact name="xacml-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xacml4j', module='xacml-spring', version='1.4.0')
)
libraryDependencies += "org.xacml4j" % "xacml-spring" % "1.4.0"
[org.xacml4j/xacml-spring "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.xacml4j : xacml-core | jar | 1.4.0 |
org.springframework : spring-beans | jar | 3.0.7.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.1 |
com.codahale.metrics : metrics-core | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.6.1 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.0.7.RELEASE |
org.springframework : spring-context | jar | 3.0.7.RELEASE |
junit : junit | jar | 4.13.1 |
org.easymock : easymock | jar | 3.1 |