MVN

com.fasterxml : jackson-module-hibernate

Maven & Gradle

Mar 25, 2012
310 stars

Jackson-module-Hibernate · Add-on module for Jackson (http://jackson.codehaus.org) to support Hibernate (http://hibernate.org) data types.

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>jackson-module-hibernate</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml : jackson-module-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of com.fasterxml : jackson-module-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
jackson-module-hibernate-1.9.1
jackson-module-hibernate-1.9.0
0.7.x
jackson-module-hibernate-0.7.0
0.6.x
jackson-module-hibernate-0.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>jackson-module-hibernate</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml : jackson-module-hibernate gradle dependency to your build.gradle file:

implementation 'com.fasterxml:jackson-module-hibernate:1.9.1'

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

implementation("com.fasterxml:jackson-module-hibernate:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml : jackson-module-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml" % "jackson-module-hibernate" % "1.9.1"

Advertisement