|
|
||
|---|---|---|
| .idea | ||
| src/main/java/eu/dnetlib/validator2/result_models | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| pom.xml | ||
README.md
uoa-validator-result-models
This repository includes the result models used by the validation-engine software.
Install and run instructions
- Have JDK 8 and maven installed.
- Build with
mvn clean install -U. - Run with
java -jar target/uoa-validator-engine2-result-models-<VERSION>.jar.