is not current version
Last Version 4.25.0

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

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

Type

pom

Download jsonschema-generator-parent 4.15.1


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