is not current version
Last Version 6.3

org.dspace:dspace-xmlui 5.8

DSpace web-based user interface based upon Apache Cocoon.

GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-xmlui
Version

Version

5.8
Type

Type

war

Download dspace-xmlui 5.8


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