is not current version
Last Version 7.3

org.dspace.modules:rest 7.0-beta1

This project allows you to overlay your own local REST customizations on top of the deprecated REST API provided with DSpace. NOTE: This REST API is DEPRECATED. Please consider using the REST API in dspace-server-webapp instead.

GroupId

GroupId

org.dspace.modules
ArtifactId

ArtifactId

rest
Version

Version

7.0-beta1
Type

Type

war

Download rest 7.0-beta1


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