Registry / utility / shapeless-2-10-4

shapeless-2-10-4

JSON →
library2.1.0javamavenunverified

Shapeless is a type-level programming library for Scala, providing generic programming and type class derivation.

<dependency> <groupId>com.chuusai</groupId> <artifactId>shapeless_2.10.4</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SHAPELESS-2-10-4
S
shapeless-2-10-4
utilityjavav2.1.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.

HList
shapeless.HList

Minimal example creating a heterogeneous list using Shapeless.

import shapeless.HList; object Example { def main(args: Array[String]): Unit = { val hlist = 1 :: "hello" :: HNil println(hlist) } }
Debug
Known issues
breakingShapeless 2.1.0 is for Scala 2.10.4; newer Scala versions require different versions.
fix
Use shapeless 2.3.x for Scala 2.12/2.13 or 3.x for Scala 3.
affects: 2.1.0
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
shapeless-2-10-4 — mvn dependency:get shapeless-2-10-4 · libregistry