| License |
License |
|---|---|
| GroupId | GroupIdorg.dspace.modules |
| ArtifactId | ArtifactIdxmlui |
| Last Version | Last Version6.3 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionDSpace XML-UI (Manakin) :: Local Customizations
This project allows you to overlay your own local XML-UI customizations
on top of the default XML-UI web application provided with DSpace.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xmlui-6.3.pom | |
| xmlui-6.3.war | 42 MB |
| xmlui-6.3-javadoc.jar | 333 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/xmlui/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>xmlui</artifactId>
<version>6.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/xmlui/
implementation 'org.dspace.modules:xmlui:6.3'
// https://jarcasting.com/artifacts/org.dspace.modules/xmlui/
implementation ("org.dspace.modules:xmlui:6.3")
'org.dspace.modules:xmlui:war:6.3'
<dependency org="org.dspace.modules" name="xmlui" rev="6.3">
<artifact name="xmlui" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='xmlui', version='6.3')
)
libraryDependencies += "org.dspace.modules" % "xmlui" % "6.3"
[org.dspace.modules/xmlui "6.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dspace.modules : additions | jar | 6.3 |
| org.dspace : dspace-xmlui-lang | war | [6.0.0,7.0.0) |
| org.dspace : dspace-xmlui | war | 6.3 |
| org.dspace : dspace-xmlui | jar | 6.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |