License |
License |
---|---|
GroupId | GroupIdorg.dspace.modules |
ArtifactId | ArtifactIdoai |
Last Version | Last Version7.0-preview-1 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionDSpace OAI-PMH :: Local Customizations
This project allows you to overlay your own local OAI customizations
on top of the default OAI-PMH web application provided with DSpace.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oai-7.0-preview-1.pom | |
oai-7.0-preview-1.war | 31 MB |
oai-7.0-preview-1-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.dspace.modules/oai/ -->
<dependency>
<groupId>org.dspace.modules</groupId>
<artifactId>oai</artifactId>
<version>7.0-preview-1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dspace.modules/oai/
implementation 'org.dspace.modules:oai:7.0-preview-1'
// https://jarcasting.com/artifacts/org.dspace.modules/oai/
implementation ("org.dspace.modules:oai:7.0-preview-1")
'org.dspace.modules:oai:war:7.0-preview-1'
<dependency org="org.dspace.modules" name="oai" rev="7.0-preview-1">
<artifact name="oai" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dspace.modules', module='oai', version='7.0-preview-1')
)
libraryDependencies += "org.dspace.modules" % "oai" % "7.0-preview-1"
[org.dspace.modules/oai "7.0-preview-1"]
Group / Artifact | Type | Version |
---|---|---|
org.dspace.modules : additions | jar | 7.0-preview-1 |
org.dspace : dspace-oai | war | 7.0-preview-1 |
org.dspace : dspace-oai | jar | 7.0-preview-1 |
com.lyncode : builder-commons | jar | 1.0.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.apache.poi : poi-ooxml | jar | 3.17 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |