Shapeless is a Scala library for generic programming, providing type-level programming and automatic derivation of type class instances.
<dependency>
<groupId>com.chuusai</groupId>
<artifactId>shapeless_2.12</artifactId>
<version>2.3.13</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a heterogeneous list (HList) with an integer and a string.
Use shapeless_2.12 for Scala 2.12 projects; upgrade to shapeless 3 for Scala 3.
No dependency data recorded yet.