Release v0.7
The new features in this release are
- configuration
- content rules (constraints)
Check the README.md for the details and examples.
You can use the tool via downloading .jar files or you can add it into the project from Maven repository, such as
<dependency>
<groupId>de.gwdg.metadataqa</groupId>
<artifactId>metadata-qa-api</artifactId>
<version>0.7</version>
</dependency>