Jackson module for Scala data types, enabling seamless serialization and deserialization of Scala case classes, collections, and options.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.12</artifactId>
<version>2.21.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the DefaultScalaModule with Jackson ObjectMapper to support Scala types.
Select the correct Scala version suffix for your project's Scala version.
No dependency data recorded yet.