MVN

com.github.joschi.jackson : jackson-datatype-threetenbp

Maven & Gradle

Aug 14, 2023
107 usages
16 stars

Jackson-Datatype-ThreeTenBackport · Add-on module to support ThreeTen backport (Java 8 Date & Time API for Java 6/7) data types.

<dependency>
    <groupId>com.github.joschi.jackson</groupId>
    <artifactId>jackson-datatype-threetenbp</artifactId>
    <version>2.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joschi.jackson : jackson-datatype-threetenbp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.2
  • Latest Release Candidate: 2.13.0-rc2

All Versions

Choose a version of com.github.joschi.jackson : jackson-datatype-threetenbp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
jackson-datatype-threetenbp-2.15.2
2.14.x
jackson-datatype-threetenbp-2.14.3
2.13.x
jackson-datatype-threetenbp-2.13.5
jackson-datatype-threetenbp-2.13.0-rc2
2.12.x
jackson-datatype-threetenbp-2.12.5
jackson-datatype-threetenbp-2.12.2
jackson-datatype-threetenbp-2.12.1
jackson-datatype-threetenbp-2.12.0
2.11.x
jackson-datatype-threetenbp-2.11.4
jackson-datatype-threetenbp-2.11.3
jackson-datatype-threetenbp-2.11.2
2.10.x
jackson-datatype-threetenbp-2.10.0
2.9.x
jackson-datatype-threetenbp-2.9.10
2.8.x
jackson-datatype-threetenbp-2.8.11
jackson-datatype-threetenbp-2.8.4
2.6.x
jackson-datatype-threetenbp-2.6.4
2.5.x
jackson-datatype-threetenbp-2.5.0
2.4.x
jackson-datatype-threetenbp-2.4.4
jackson-datatype-threetenbp-2.4.2
jackson-datatype-threetenbp-2.4.1.1
jackson-datatype-threetenbp-2.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.joschi.jackson</groupId>
    <artifactId>jackson-datatype-threetenbp</artifactId>
    <version>2.15.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joschi.jackson : jackson-datatype-threetenbp gradle dependency to your build.gradle file:

implementation 'com.github.joschi.jackson:jackson-datatype-threetenbp:2.15.2'

Gradle Kotlin DSL: Add the following com.github.joschi.jackson : jackson-datatype-threetenbp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joschi.jackson:jackson-datatype-threetenbp:2.15.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joschi.jackson : jackson-datatype-threetenbp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.15.2"

Advertisement