is not current version
Last Version 0.1.1

gr.ekt:enhancedoai 0.1.0

The enhanced OAI server is a Java Servlet web application that implements the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) v2.0. It is based on OAICat (http://oclc.org/research/activities/oaicat.html) and the Biblio Transformation Engine (https://github.com/EKT/Biblio-Transformation-Engine). More than the flexibility it allows with BTE (custom filter and modifiers), it allows the administrator to define metadata mappings using XSLTs and that way to support easily more metadata formats.

GroupId

GroupId

gr.ekt
ArtifactId

ArtifactId

enhancedoai
Version

Version

0.1.0
Type

Type

jar

Download enhancedoai 0.1.0


<!-- https://jarcasting.com/artifacts/gr.ekt/enhancedoai/ -->
<dependency>
    <groupId>gr.ekt</groupId>
    <artifactId>enhancedoai</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/gr.ekt/enhancedoai/
implementation 'gr.ekt:enhancedoai:0.1.0'
// https://jarcasting.com/artifacts/gr.ekt/enhancedoai/
implementation ("gr.ekt:enhancedoai:0.1.0")
'gr.ekt:enhancedoai:jar:0.1.0'
<dependency org="gr.ekt" name="enhancedoai" rev="0.1.0">
  <artifact name="enhancedoai" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.ekt', module='enhancedoai', version='0.1.0')
)
libraryDependencies += "gr.ekt" % "enhancedoai" % "0.1.0"
[gr.ekt/enhancedoai "0.1.0"]