/mycore-classifications

Primary LanguageXSLTGNU General Public License v3.0GPL-3.0

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>