| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.dspace | 
    
| ArtifactId | ArtifactIddspace | 
    
| Last Version | Last Version7.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionDSpace Assembly and Configuration 
            The DSpace Project provides all the functionality required to
        build, install and upgrade and dspace instance. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| dspace-7.3.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dspace/dspace/ -->
<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace</artifactId>
    <version>7.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.dspace/dspace/
implementation 'org.dspace:dspace:7.3'
                // https://jarcasting.com/artifacts/org.dspace/dspace/
implementation ("org.dspace:dspace:7.3")
                'org.dspace:dspace:pom:7.3'
                <dependency org="org.dspace" name="dspace" rev="7.3">
  <artifact name="dspace" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.dspace', module='dspace', version='7.3')
)
                libraryDependencies += "org.dspace" % "dspace" % "7.3"
                [org.dspace/dspace "7.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.dspace : dspace-oai | jar | 7.3 | 
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.dspace.modules : additions | jar | 7.3 |