j

jsonschema-generator-parent

Java JSON Schema Generator + Modules – creating a JSON Schema from your Java classes
https://github.com/victools/jsonschema-generator
The Apache License, Version 2.0
VicTools
Carsten Wickner
Files download
File Operation
jsonschema-generator-parent-4.31.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.victools</groupId>
  <artifactId>jsonschema-generator-parent</artifactId>
  <version>4.31.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.victools:jsonschema-generator-parent:4.31.1'
Gradle Kotlin
implementation("com.github.victools:jsonschema-generator-parent:4.31.1")
Scala SBT
libraryDependencies += "com.github.victools" % "jsonschema-generator-parent" % "4.31.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.victools', module='jsonschema-generator-parent', version='4.31.1')
)
Apache Ivy
<dependency org="com.github.victools" name="jsonschema-generator-parent" rev="4.31.1" />
Leiningen
[com.github.victools/jsonschema-generator-parent "4.31.1"]
Apache Buildr
'com.github.victools:jsonschema-generator-parent:jar:4.31.1'