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