is not current version
Last Version 7.0-preview-1

org.dspace.modules:sword 6.0-rc4

This project allows you to overlay your own local SWORD customizations on top of the default SWORD web application provided with DSpace.

GroupId

GroupId

org.dspace.modules
ArtifactId

ArtifactId

sword
Version

Version

6.0-rc4
Type

Type

war

Download sword 6.0-rc4


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