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.31.1.jar download
jsonschema-module-jackson-4.31.1.pom download
jsonschema-module-jackson-4.31.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.victools</groupId>
  <artifactId>jsonschema-module-jackson</artifactId>
  <version>4.31.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.victools:jsonschema-module-jackson:4.31.1'
Gradle Kotlin
implementation("com.github.victools:jsonschema-module-jackson:4.31.1")
Scala SBT
libraryDependencies += "com.github.victools" % "jsonschema-module-jackson" % "4.31.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.victools', module='jsonschema-module-jackson', version='4.31.1')
)
Apache Ivy
<dependency org="com.github.victools" name="jsonschema-module-jackson" rev="4.31.1" />
Leiningen
[com.github.victools/jsonschema-module-jackson "4.31.1"]
Apache Buildr
'com.github.victools:jsonschema-module-jackson:jar:4.31.1'