Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 795 Bytes

MyCoRe Classifications

This project provides several classifications, which are commonly used in different MyCoRe repositories and applications.

Availability

The classifications are bundled as JAR file and available on Maven Central.

You may also find the latest versions in this Directory of the GitHub-Repository.

Usage

You can add the following dependency to your project:

<dependency>
  <groupId>org.mycore</groupId>
  <artifactId>mycore-classifications</artifactId>
  <version>1.1-SNAPSHOT</version> <!-- or use to the latest released version -->
</dependency>