is not current version
Last Version 7.3

org.dspace.modules:rest 5.6

This project allows you to overlay your own local REST customizations on top of the default REST API provided with DSpace.

GroupId

GroupId

org.dspace.modules
ArtifactId

ArtifactId

rest
Version

Version

5.6
Type

Type

war

Download rest 5.6

Filename Size
rest-5.6.pom
rest-5.6.war 73 MB
rest-5.6-javadoc.jar 338 bytes
Browse

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