is not current version
Last Version 4.25.0

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

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.14.0
Type

Type

pom

Download jsonschema-generator-parent 4.14.0


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