MVN

io.github.leinad75 : json-schema-validator

Maven & Gradle

Oct 18, 2023
0 stars

Json Schema Validator Maven Plugin · Maven plugin to validate json files against a json schema

<plugin>
    <groupId>io.github.leinad75</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.leinad75 : json-schema-validator to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.leinad75 : json-schema-validator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
json-schema-validator-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.leinad75</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>1.0.0</version>
</plugin>