License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.ow2.authzforce |
ArtifactId | ArtifactIdauthzforce-ce-restful-pdp-cxf-spring-boot-server |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.ow2.authzforce:authzforce-ce-restful-pdp-cxf-spring-boot-server
AuthzForce - RESTful PDP service based on Apache CXF/Spring Boot that is compliant with REST Profile of XACML 3.0, and consumes/produces both XACML-XML and XACML-JSON-Profile-compliant requests/responses
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-restful-pdp-cxf-spring-boot-server/ -->
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-restful-pdp-cxf-spring-boot-server</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-restful-pdp-cxf-spring-boot-server/
implementation 'org.ow2.authzforce:authzforce-ce-restful-pdp-cxf-spring-boot-server:6.0.1'
// https://jarcasting.com/artifacts/org.ow2.authzforce/authzforce-ce-restful-pdp-cxf-spring-boot-server/
implementation ("org.ow2.authzforce:authzforce-ce-restful-pdp-cxf-spring-boot-server:6.0.1")
'org.ow2.authzforce:authzforce-ce-restful-pdp-cxf-spring-boot-server:jar:6.0.1'
<dependency org="org.ow2.authzforce" name="authzforce-ce-restful-pdp-cxf-spring-boot-server" rev="6.0.1">
<artifact name="authzforce-ce-restful-pdp-cxf-spring-boot-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.authzforce', module='authzforce-ce-restful-pdp-cxf-spring-boot-server', version='6.0.1')
)
libraryDependencies += "org.ow2.authzforce" % "authzforce-ce-restful-pdp-cxf-spring-boot-server" % "6.0.1"
[org.ow2.authzforce/authzforce-ce-restful-pdp-cxf-spring-boot-server "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.authzforce : authzforce-ce-restful-pdp-jaxrs | jar | 6.0.1 |
org.apache.cxf : cxf-rt-features-logging | jar | 3.5.0 |
org.apache.cxf : cxf-spring-boot-starter-jaxrs | jar | 3.5.0 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.58 |
org.apache.tomcat.embed : tomcat-embed-websocket | jar | 9.0.58 |
javax.validation : validation-api | jar | 2.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |