MVN

com.github.victools : jsonschema-maven-plugin

Maven & Gradle

Apr 28, 2023
293 stars

Java JSON Schema Generator Maven Plugin

<plugin>
    <groupId>com.github.victools</groupId>
    <artifactId>jsonschema-maven-plugin</artifactId>
    <version>4.31.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.victools : jsonschema-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.31.1

All Versions

Choose a version of com.github.victools : jsonschema-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.31.x
jsonschema-maven-plugin-4.31.1
jsonschema-maven-plugin-4.31.0
4.30.x
jsonschema-maven-plugin-4.30.0
4.29.x
jsonschema-maven-plugin-4.29.0
4.28.x
jsonschema-maven-plugin-4.28.0
4.27.x
jsonschema-maven-plugin-4.27.0
4.26.x
jsonschema-maven-plugin-4.26.0
4.25.x
jsonschema-maven-plugin-4.25.0
4.24.x
jsonschema-maven-plugin-4.24.3
jsonschema-maven-plugin-4.24.2
jsonschema-maven-plugin-4.24.1
jsonschema-maven-plugin-4.24.0
4.23.x
jsonschema-maven-plugin-4.23.0
4.22.x
jsonschema-maven-plugin-4.22.0
4.21.x
jsonschema-maven-plugin-4.21.0
4.20.x
jsonschema-maven-plugin-4.20.0
4.19.x
jsonschema-maven-plugin-4.19.0
4.18.x
jsonschema-maven-plugin-4.18.0
4.17.x
jsonschema-maven-plugin-4.17.0
4.16.x
jsonschema-maven-plugin-4.16.0
4.15.x
jsonschema-maven-plugin-4.15.1
jsonschema-maven-plugin-4.15.0
4.14.x
jsonschema-maven-plugin-4.14.0
4.13.x
jsonschema-maven-plugin-4.13.0
4.12.x
jsonschema-maven-plugin-4.12.2
jsonschema-maven-plugin-4.12.1
jsonschema-maven-plugin-4.12.0
4.11.x
jsonschema-maven-plugin-4.11.1
jsonschema-maven-plugin-4.11.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.github.victools</groupId>
    <artifactId>jsonschema-maven-plugin</artifactId>
    <version>4.31.1</version>
</plugin>

Advertisement