MVN

com.github.janlabrie : jsonschema-module-jackson

Maven & Gradle

Mar 04, 2020

Java JSON Schema Generator Module – jackson · Module for the jsonschema-generator – deriving JSON Schema attributes from jackson annotations

<dependency>
    <groupId>com.github.janlabrie</groupId>
    <artifactId>jsonschema-module-jackson</artifactId>
    <version>4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.janlabrie : jsonschema-module-jackson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of com.github.janlabrie : jsonschema-module-jackson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
jsonschema-module-jackson-4.0.1

How to add a dependency to Maven

Add the following com.github.janlabrie : jsonschema-module-jackson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.janlabrie</groupId>
    <artifactId>jsonschema-module-jackson</artifactId>
    <version>4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.janlabrie : jsonschema-module-jackson gradle dependency to your build.gradle file:

implementation 'com.github.janlabrie:jsonschema-module-jackson:4.0.1'

Gradle Kotlin DSL: Add the following com.github.janlabrie : jsonschema-module-jackson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.janlabrie:jsonschema-module-jackson:4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.janlabrie : jsonschema-module-jackson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.janlabrie" % "jsonschema-module-jackson" % "4.0.1"