License |
License |
---|---|
GroupId | GroupIdorg.dspace.modules |
ArtifactId | ArtifactIdspring-rest |
Last Version | Last Version7.0-preview-1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionDSpace Spring Rest:: Local Customizations
Overlay REST customizations.
This is probably a temporary solution to the build problems. We like to investigate about
the possibility to remove the overlays enable a more flexible extension mechanism.
The use of web-fragment and spring mvc technology allow us to add request handlers
just adding new jar in the classloader
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-rest-7.0-preview-1.pom | |
spring-rest-7.0-preview-1.war | 98 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/spring-rest/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>spring-rest</artifactId>
<version>7.0-preview-1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/spring-rest/
implementation 'org.dspace.modules:spring-rest:7.0-preview-1'
// https://jarcasting.com/artifacts/org.dspace.modules/spring-rest/
implementation ("org.dspace.modules:spring-rest:7.0-preview-1")
'org.dspace.modules:spring-rest:war:7.0-preview-1'
<dependency org="org.dspace.modules" name="spring-rest" rev="7.0-preview-1">
<artifact name="spring-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='spring-rest', version='7.0-preview-1')
)
libraryDependencies += "org.dspace.modules" % "spring-rest" % "7.0-preview-1"
[org.dspace.modules/spring-rest "7.0-preview-1"]
Group / Artifact | Type | Version |
---|---|---|
org.dspace.modules : additions | jar | 7.0-preview-1 |
org.dspace : dspace-spring-rest | war | 7.0-preview-1 |
org.apache.poi : poi-ooxml | jar | 3.17 |
Version |
---|
7.0-preview-1
|