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

org.dspace.modules:xmlui 5.0

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.0
Тип

Тип

war

Скачать xmlui 5.0

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

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