MVN

com.github.victools : jsonschema-generator-parent

Maven & Gradle

Apr 28, 2023
357 stars

Java JSON Schema Generator (Parent) · Java JSON Schema Generator + Modules – creating a JSON Schema from your Java classes

<dependency>
    <groupId>com.github.victools</groupId>
    <artifactId>jsonschema-generator-parent</artifactId>
    <version>4.31.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.31.1

All Versions

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

Version Vulnerabilities Updated
4.31.x
jsonschema-generator-parent-4.31.1
jsonschema-generator-parent-4.31.0
4.30.x
jsonschema-generator-parent-4.30.0
4.29.x
jsonschema-generator-parent-4.29.0
4.28.x
jsonschema-generator-parent-4.28.0
4.27.x
jsonschema-generator-parent-4.27.0
4.26.x
jsonschema-generator-parent-4.26.0
4.25.x
jsonschema-generator-parent-4.25.0
4.24.x
jsonschema-generator-parent-4.24.3
jsonschema-generator-parent-4.24.2
jsonschema-generator-parent-4.24.1
jsonschema-generator-parent-4.24.0
4.23.x
jsonschema-generator-parent-4.23.0
4.22.x
jsonschema-generator-parent-4.22.0
4.21.x
jsonschema-generator-parent-4.21.0
4.20.x
jsonschema-generator-parent-4.20.0
4.19.x
jsonschema-generator-parent-4.19.0
4.18.x
jsonschema-generator-parent-4.18.0
4.17.x
jsonschema-generator-parent-4.17.0
4.16.x
jsonschema-generator-parent-4.16.0
4.15.x
jsonschema-generator-parent-4.15.1
jsonschema-generator-parent-4.15.0
4.14.x
jsonschema-generator-parent-4.14.0
4.13.x
jsonschema-generator-parent-4.13.0
4.12.x
jsonschema-generator-parent-4.12.2
jsonschema-generator-parent-4.12.1
jsonschema-generator-parent-4.12.0
4.11.x
jsonschema-generator-parent-4.11.1
jsonschema-generator-parent-4.11.0
4.10.x
jsonschema-generator-parent-4.10.0
4.9.x
jsonschema-generator-parent-4.9.0
4.8.x
jsonschema-generator-parent-4.8.1
jsonschema-generator-parent-4.8.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.victools</groupId>
    <artifactId>jsonschema-generator-parent</artifactId>
    <version>4.31.1</version>
</dependency>

Advertisement