MVN

io.github.leinad75 : json-validator-maven-plugin

Maven & Gradle

Apr 12, 2024
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-validator-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0

All Versions

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

Version Vulnerabilities Updated
2.0.x
json-validator-maven-plugin-2.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-validator-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>

Advertisement