| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.dspace | 
    
| ArtifactId | ArtifactIddspace-xmlui-mirage2 | 
    
| Last Version | Last Version6.3 | 
        
| Release Date | Release Date | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionDSpace XML-UI Mirage2 Theme 
            DSpace Mirage2 Theme for the XMLUI (Cocoon based interface). 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| dspace-xmlui-mirage2-6.3.pom | |
| dspace-xmlui-mirage2-6.3.war | 241 KB | 
| dspace-xmlui-mirage2-6.3-javadoc.jar | 332 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dspace/dspace-xmlui-mirage2/ -->
<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-xmlui-mirage2</artifactId>
    <version>6.3</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.dspace/dspace-xmlui-mirage2/
implementation 'org.dspace:dspace-xmlui-mirage2:6.3'
                // https://jarcasting.com/artifacts/org.dspace/dspace-xmlui-mirage2/
implementation ("org.dspace:dspace-xmlui-mirage2:6.3")
                'org.dspace:dspace-xmlui-mirage2:war:6.3'
                <dependency org="org.dspace" name="dspace-xmlui-mirage2" rev="6.3">
  <artifact name="dspace-xmlui-mirage2" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.dspace', module='dspace-xmlui-mirage2', version='6.3')
)
                libraryDependencies += "org.dspace" % "dspace-xmlui-mirage2" % "6.3"
                [org.dspace/dspace-xmlui-mirage2 "6.3"]