MVN

org.openapitools : jackson-databind-nullable

Maven & Gradle

Feb 21, 2023
189 usages
92 stars

JsonNullable Jackson module · JsonNullable wrapper class and Jackson module to support fields with meaningful null values.

<dependency>
    <groupId>org.openapitools</groupId>
    <artifactId>jackson-databind-nullable</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openapitools : jackson-databind-nullable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of org.openapitools : jackson-databind-nullable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
jackson-databind-nullable-0.2.6
jackson-databind-nullable-0.2.5
jackson-databind-nullable-0.2.4
jackson-databind-nullable-0.2.3
jackson-databind-nullable-0.2.2
jackson-databind-nullable-0.2.1
jackson-databind-nullable-0.2.0
0.1.x
jackson-databind-nullable-0.1.0

How to add a dependency to Maven

Add the following org.openapitools : jackson-databind-nullable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openapitools</groupId>
    <artifactId>jackson-databind-nullable</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openapitools : jackson-databind-nullable gradle dependency to your build.gradle file:

implementation 'org.openapitools:jackson-databind-nullable:0.2.6'

Gradle Kotlin DSL: Add the following org.openapitools : jackson-databind-nullable gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openapitools:jackson-databind-nullable:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openapitools : jackson-databind-nullable sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openapitools" % "jackson-databind-nullable" % "0.2.6"

Advertisement