j

jsonschema-module-jackson

Module for the jsonschema-generator – deriving JSON Schema attributes from jackson annotations
https://github.com/victools/jsonschema-generator
Files download
File Operation
jsonschema-module-jackson-4.33.0.jar download
jsonschema-module-jackson-4.33.0.pom download
jsonschema-module-jackson-4.33.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.victools</groupId>
  <artifactId>jsonschema-module-jackson</artifactId>
  <version>4.33.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.victools:jsonschema-module-jackson:4.33.0'
Gradle Kotlin
implementation("com.github.victools:jsonschema-module-jackson:4.33.0")
Scala SBT
libraryDependencies += "com.github.victools" % "jsonschema-module-jackson" % "4.33.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.victools', module='jsonschema-module-jackson', version='4.33.0')
)
Apache Ivy
<dependency org="com.github.victools" name="jsonschema-module-jackson" rev="4.33.0" />
Leiningen
[com.github.victools/jsonschema-module-jackson "4.33.0"]
Apache Buildr
'com.github.victools:jsonschema-module-jackson:jar:4.33.0'