is not current version
Last Version 4.25.0

com.github.victools:jsonschema-generator-parent 4.12.2

Java JSON Schema Generator + Modules – creating a JSON Schema (Draft 6, Draft 7 or Draft 2019-09) from your Java classes

Categories

Categories

JSON Data
GroupId

GroupId

com.github.victools
ArtifactId

ArtifactId

jsonschema-generator-parent
Version

Version

4.12.2
Type

Type

pom

Download jsonschema-generator-parent 4.12.2


<!-- https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator-parent/ -->
<dependency>
    <groupId>com.github.victools</groupId>
    <artifactId>jsonschema-generator-parent</artifactId>
    <version>4.12.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator-parent/
implementation 'com.github.victools:jsonschema-generator-parent:4.12.2'
// https://jarcasting.com/artifacts/com.github.victools/jsonschema-generator-parent/
implementation ("com.github.victools:jsonschema-generator-parent:4.12.2")
'com.github.victools:jsonschema-generator-parent:pom:4.12.2'
<dependency org="com.github.victools" name="jsonschema-generator-parent" rev="4.12.2">
  <artifact name="jsonschema-generator-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.victools', module='jsonschema-generator-parent', version='4.12.2')
)
libraryDependencies += "com.github.victools" % "jsonschema-generator-parent" % "4.12.2"
[com.github.victools/jsonschema-generator-parent "4.12.2"]