MVN

com.groupon.maven.plugin.json : json-schema-validator

Maven & Gradle

Jan 07, 2016
10 stars

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

<plugin>
    <groupId>com.groupon.maven.plugin.json</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupon.maven.plugin.json : json-schema-validator to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.groupon.maven.plugin.json : json-schema-validator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
json-schema-validator-1.2.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>com.groupon.maven.plugin.json</groupId>
    <artifactId>json-schema-validator</artifactId>
    <version>1.2.0</version>
</plugin>