is not current version
Last Version 7.3

org.dspace.modules:rest 4.3

Overlay REST customizations

GroupId

GroupId

org.dspace.modules
ArtifactId

ArtifactId

rest
Version

Version

4.3
Type

Type

war

Download rest 4.3

Filename Size
rest-4.3.pom
rest-4.3.war 80 MB
rest-4.3-javadoc.jar 332 bytes
Browse

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