| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.dspace | 
    
| ArtifactId | ArtifactIddspace-parent | 
    
| Last Version | Last Version7.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionDSpace Parent Project 
            DSpace open source software is a turnkey institutional repository application. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| dspace-parent-7.3.pom | 35 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dspace/dspace-parent/ -->
<dependency>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-parent</artifactId>
    <version>7.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.dspace/dspace-parent/
implementation 'org.dspace:dspace-parent:7.3'
                // https://jarcasting.com/artifacts/org.dspace/dspace-parent/
implementation ("org.dspace:dspace-parent:7.3")
                'org.dspace:dspace-parent:pom:7.3'
                <dependency org="org.dspace" name="dspace-parent" rev="7.3">
  <artifact name="dspace-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.dspace', module='dspace-parent', version='7.3')
)
                libraryDependencies += "org.dspace" % "dspace-parent" % "7.3"
                [org.dspace/dspace-parent "7.3"]