An open API service indexing awesome lists of open source software.

https://github.com/europeana/corelib

Core Library containing EDM, used by various Europeana web applications (like Search API and OAI-PMH)
https://github.com/europeana/corelib

cultural-heritage data-model edm europeana spring

Last synced: 5 days ago
JSON representation

Core Library containing EDM, used by various Europeana web applications (like Search API and OAI-PMH)

Awesome Lists containing this project

README

          

# Europeana CoreLib

The CoreLib repository contains the libraries that provide the underlying functionality for the
Search & Record API and our ingestion system Metis

## Build requirements
### Runtime
* Java version 11 or above

### Tools
* Maven v3.3.x or above

## Build
``mvn clean install`` (add ``-DskipTests``) to skip the unit tests during build

## Known issues

### Cannot resolve dependencies
Note: there are a number of older/outdated libraries still being referenced as dependencies, some of which may not
be provided anymore by the central repositories. The Europeana artifactory has a copy of these dependencies; add this
repository as a mirror (to the ```` section of the maven settings file, usually found in ~/.m2/settings) to
successfully build the code