This project provides several classifications, which are commonly used in different MyCoRe repositories and applications.
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.
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>