MVN

gr.ekt : enhancedoai

Maven & Gradle

Apr 24, 2014
4 stars

Enhanced OAI Server · 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.

<dependency>
    <groupId>gr.ekt</groupId>
    <artifactId>enhancedoai</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gr.ekt : enhancedoai to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of gr.ekt : enhancedoai to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
enhancedoai-0.1.1
enhancedoai-0.1.0

How to add a dependency to Maven

Add the following gr.ekt : enhancedoai maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gr.ekt</groupId>
    <artifactId>enhancedoai</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gr.ekt : enhancedoai gradle dependency to your build.gradle file:

implementation 'gr.ekt:enhancedoai:0.1.1'

Gradle Kotlin DSL: Add the following gr.ekt : enhancedoai gradle kotlin dependency to your build.gradle.kts file:

implementation("gr.ekt:enhancedoai:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following gr.ekt : enhancedoai sbt scala dependency to your build.sbt file:

libraryDependencies += "gr.ekt" % "enhancedoai" % "0.1.1"