Skip to content

Release v0.7

Compare
Choose a tag to compare
@pkiraly pkiraly released this 23 Nov 12:07
· 528 commits to main since this release

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>