circe generic provides automatic derivation of JSON codecs for Scala case classes using Shapeless.
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.13</artifactId>
<version>0.14.15</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Automatically derive JSON encoder for a case class.
Use the correct circe version for your Scala version (e.g., circe-generic_2.13 for Scala 2.13).
No dependency data recorded yet.