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

org.dspace.modules:xmlui 4.5

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

Версия

4.5
Тип

Тип

war

Скачать xmlui 4.5

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

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