is not current version
Last Version 6.3

org.dspace:dspace-xmlui 4.9

DSpace web-based user interface based upon Apache Cocoon.

GroupId

GroupId

org.dspace
ArtifactId

ArtifactId

dspace-xmlui
Version

Version

4.9
Type

Type

war

Download dspace-xmlui 4.9


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