The license of this project is LGPLv3 or later. See file src/main/resources/LICENSE for the full text.
The current version is 0.8.
This package contains sample demonstration processors based on json-schema-core.
See the wiki for the list of processors, what software is used by each of them, etc.
Please note that at this moment, while all are functional, they are pretty basic.
Also note that as the time goes, some processors written in this package migrate to other, dedicated packages.
Replace your-version-here with the appropriate version:
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-processor-examples</artifactId>
<version>your-version-here</version>
</dependency>