is not current version
Last Version 6.3

org.dspace:dspace-xmlui 6.2

DSpace web-based user interface based upon Apache Cocoon.

GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-xmlui
Version

Version

6.2
Type

Type

war

Download dspace-xmlui 6.2


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