License |
License |
---|---|
GroupId | GroupIdorg.dspace.modules |
ArtifactId | ArtifactIdsword |
Last Version | Last Version7.0-preview-1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionDSpace SWORD :: Local Customizations
This project allows you to overlay your own local SWORD customizations
on top of the default SWORD web application provided with DSpace.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
sword-7.0-preview-1.pom | |
sword-7.0-preview-1.war | 32 MB |
sword-7.0-preview-1-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/sword/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>sword</artifactId>
<version>7.0-preview-1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/sword/
implementation 'org.dspace.modules:sword:7.0-preview-1'
// https://jarcasting.com/artifacts/org.dspace.modules/sword/
implementation ("org.dspace.modules:sword:7.0-preview-1")
'org.dspace.modules:sword:war:7.0-preview-1'
<dependency org="org.dspace.modules" name="sword" rev="7.0-preview-1">
<artifact name="sword" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='sword', version='7.0-preview-1')
)
libraryDependencies += "org.dspace.modules" % "sword" % "7.0-preview-1"
[org.dspace.modules/sword "7.0-preview-1"]
Group / Artifact | Type | Version |
---|---|---|
org.dspace.modules : additions | jar | 7.0-preview-1 |
org.dspace : dspace-sword | war | 7.0-preview-1 |
org.dspace : dspace-sword | jar | 7.0-preview-1 |
org.apache.poi : poi-ooxml | jar | 3.17 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |