Adds support for serializing and deserializing Scala case classes and collections using Jackson.
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</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.
Register the Scala module with an ObjectMapper to enable Scala type support.
Ensure the artifact suffix matches your Scala major version.
No dependency data recorded yet.