is not current version
Last Version 7.3

DSpace Server Webapp:: Local Customizations 7.0

Overlay 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

License

License

GroupId

GroupId

org.dspace.modules
ArtifactId

ArtifactId

server
Version

Version

7.0
Type

Type

war
Description

Description

DSpace Server Webapp:: Local Customizations
Overlay 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

LYRASIS

Download server 7.0

Filename Size
server-7.0.pom
server-7.0.war 174 MB
Browse

<!-- https://jarcasting.com/artifacts/org.dspace.modules/server/ -->
<dependency>
    <groupId>org.dspace.modules</groupId>
    <artifactId>server</artifactId>
    <version>7.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/server/
implementation 'org.dspace.modules:server:7.0'
// https://jarcasting.com/artifacts/org.dspace.modules/server/
implementation ("org.dspace.modules:server:7.0")
'org.dspace.modules:server:war:7.0'
<dependency org="org.dspace.modules" name="server" rev="7.0">
  <artifact name="server" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='server', version='7.0')
)
libraryDependencies += "org.dspace.modules" % "server" % "7.0"
[org.dspace.modules/server "7.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.dspace.modules : additions jar 7.0
org.dspace : dspace-server-webapp jar 7.0
org.dspace : dspace-server-webapp war 7.0

test (10)

Group / Artifact Type Version
org.dspace : dspace-api test-jar 7.0
org.dspace : dspace-server-webapp test-jar 7.0
org.springframework.boot : spring-boot-starter-test jar 2.2.6.RELEASE
org.springframework.security : spring-security-test jar 5.2.2.RELEASE
com.jayway.jsonpath : json-path-assert jar 2.4.0
junit : junit jar 4.13.1
com.h2database : h2 jar 1.4.187
org.mockito : mockito-inline jar 3.8.0
org.apache.solr : solr-cell jar 8.8.1
org.apache.lucene : lucene-analyzers-icu jar 8.8.1

Project Modules

There are no modules declared in this project.