License |
License |
---|---|
GroupId | GroupIdorg.dspace.modules |
ArtifactId | ArtifactIdserver |
Version | Version7.2 |
Type | Typewar |
Description |
DescriptionDSpace 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 |
Filename | Size |
---|---|
server-7.2.pom | |
server-7.2.war | 179 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/server/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>server</artifactId>
<version>7.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/server/
implementation 'org.dspace.modules:server:7.2'
// https://jarcasting.com/artifacts/org.dspace.modules/server/
implementation ("org.dspace.modules:server:7.2")
'org.dspace.modules:server:war:7.2'
<dependency org="org.dspace.modules" name="server" rev="7.2">
<artifact name="server" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='server', version='7.2')
)
libraryDependencies += "org.dspace.modules" % "server" % "7.2"
[org.dspace.modules/server "7.2"]
Group / Artifact | Type | Version |
---|---|---|
org.dspace.modules : additions | jar | 7.2 |
org.dspace : dspace-server-webapp | jar | 7.2 |
org.dspace : dspace-server-webapp | war | 7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.dspace : dspace-api | test-jar | 7.2 |
org.dspace : dspace-server-webapp | test-jar | 7.2 |
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.12.4 |
org.apache.solr : solr-cell | jar | 8.8.1 |
org.apache.lucene : lucene-analyzers-icu | jar | 8.8.1 |