Registry / serialization / jackson-bom

jackson-bom

JSON →
library2.22.0javamavenunverified

Bill of Materials POM ensuring compatible versions of all FasterXML Jackson components.

<dependency> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-bom</artifactId> <version>2.22.0</version> </dependency>
INSTALL
IMPORT
SIG · JACKSON-BOM
J
jackson-bom
serializationjavav2.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ObjectMapper
com.fasterxml.jackson.databind.ObjectMapper

Uses Jackson's ObjectMapper to serialize an object to JSON.

import com.fasterxml.jackson.databind.ObjectMapper; public class Example { public static void main(String[] args) throws Exception { ObjectMapper mapper = new ObjectMapper(); String json = mapper.writeValueAsString(new Object()); System.out.println(json); } }
Debug
Known issues
gotchaThe BOM only manages versions; you must still declare individual Jackson dependencies like jackson-databind.
fix
Add com.fasterxml.jackson.core:jackson-databind and other needed artifacts.
affects: all
Upgrade
Version history
2.22.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jackson-bom — mvn dependency:get jackson-bom · libregistry