| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.directory.fortress |
| ArtifactId | ArtifactIdfortress-rest |
| Version | Version2.0.5 |
| Type | Typewar |
| Description |
DescriptionApache Fortress Rest
Fortress Rest provides a RESTful implementation of the ANSI INCITS 350 RBAC Specification
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fortress-rest-2.0.5.pom | |
| fortress-rest-2.0.5.war | 30 MB |
| fortress-rest-2.0.5-sources.jar | 79 KB |
| fortress-rest-2.0.5-javadoc.jar | 509 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.directory.fortress/fortress-rest/ -->
<dependency>
<groupId>org.apache.directory.fortress</groupId>
<artifactId>fortress-rest</artifactId>
<version>2.0.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.fortress/fortress-rest/
implementation 'org.apache.directory.fortress:fortress-rest:2.0.5'
// https://jarcasting.com/artifacts/org.apache.directory.fortress/fortress-rest/
implementation ("org.apache.directory.fortress:fortress-rest:2.0.5")
'org.apache.directory.fortress:fortress-rest:war:2.0.5'
<dependency org="org.apache.directory.fortress" name="fortress-rest" rev="2.0.5">
<artifact name="fortress-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.fortress', module='fortress-rest', version='2.0.5')
)
libraryDependencies += "org.apache.directory.fortress" % "fortress-rest" % "2.0.5"
[org.apache.directory.fortress/fortress-rest "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.directory.fortress : fortress-realm-impl | jar | 2.0.5 |
| org.apache.cxf : cxf-core | jar | 3.3.6 |
| org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 3.3.6 |
| com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.10.1 |
| org.springframework : spring-core | jar | 5.2.6.RELEASE |
| org.springframework.security : spring-security-web | jar | 5.3.2.RELEASE |
| log4j : log4j | jar | 1.2.17 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
| com.sun.xml.bind : jaxb-impl | jar | 2.3.2 |
| org.glassfish.jaxb : jaxb-core | jar | 2.3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| commons-httpclient : commons-httpclient | jar | 3.1 |
| junit : junit | jar | 4.12 |