не последняя версия
Последняя версия 7.3

org.dspace.modules:rest 5.3

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

Группа

Группа

org.dspace.modules
Идентификатор

Идентификатор

rest
Версия

Версия

5.3
Тип

Тип

war

Скачать rest 5.3

Имя Файла Размер
rest-5.3.pom
rest-5.3.war 74 MB
rest-5.3-javadoc.jar 332 bytes
Обзор

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