{"id":62725,"library":"jackson-datatype-threetenbp","title":"Jackson Datatype ThreeTen Backport","description":"Jackson module to support serialization and deserialization of ThreeTen backport types (Java 8 Date & Time API for Java 6/7).","status":"active","version":"2.18.2","language":"java","source_language":null,"source_url":"https://github.com/joschi/jackson-datatype-threetenbp","tags":["jackson","threeten","date-time","serialization"],"install":[{"cmd":"<dependency>\n  <groupId>com.github.joschi.jackson</groupId>\n  <artifactId>jackson-datatype-threetenbp</artifactId>\n  <version>2.18.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.github.joschi.jackson:jackson-datatype-threetenbp:2.18.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ThreeTenModule","correct":"com.fasterxml.jackson.datatype.threetenbp.ThreeTenModule"}],"quickstart":{"code":"import com.fasterxml.jackson.datatype.threetenbp.ThreeTenModule;\nimport com.fasterxml.jackson.databind.ObjectMapper;\n\npublic class Example {\n    public static void main(String[] args) {\n        ObjectMapper mapper = new ObjectMapper();\n        mapper.registerModule(new ThreeTenModule());\n        System.out.println(\"Module registered\");\n    }\n}","lang":"java","description":"Registers the ThreeTen module with Jackson ObjectMapper."},"warnings":[{"fix":"Use jackson-datatype-jsr310 for Java 8+ java.time types.","message":"This module is for ThreeTen backport (org.threeten:threetenbp), not the official java.time package.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'6/7':23 '8':17 'api':20 'backport':4,14 'datatyp':2 'date':18,27 'date-tim':26 'deseri':11 'jackson':1,5,24 'java':16,22 'modul':6 'serial':9,29 'support':8 'threeten':3,13,25 'time':19,28 'type':15","created_at":"2026-06-17T16:34:51.000706+00:00","updated_at":"2026-06-17T16:34:51.000706+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/joschi/jackson-datatype-threetenbp","github":"https://github.com/joschi/jackson-datatype-threetenbp","docs":"https://appdoc.app/artifact/com.github.joschi.jackson/jackson-datatype-threetenbp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}