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

org.dspace.modules:xmlui 5.4

This project allows you to overlay your own local XML-UI customizations on top of the default XML-UI web application provided with DSpace.

Группа

Группа

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

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

xmlui
Версия

Версия

5.4
Тип

Тип

war

Скачать xmlui 5.4

Имя Файла Размер
xmlui-5.4.pom
xmlui-5.4.war 80 MB
xmlui-5.4-javadoc.jar 332 bytes
Обзор

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