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

org.dspace.modules:rest 6.0-rc4

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
Версия

Версия

6.0-rc4
Тип

Тип

war

Скачать rest 6.0-rc4

Имя Файла Размер
rest-6.0-rc4.pom
rest-6.0-rc4.war 91 MB
Обзор

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