Registry / utility / shapeless-2-12

shapeless-2-12

JSON →
library2.3.13javamavenunverified

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>
INSTALL
IMPORT
SIG · SHAPELESS-2-12
S
shapeless-2-12
utilityjavav2.3.13
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

Creates a heterogeneous list (HList) with an integer and a string.

import shapeless.HList; import shapeless.:: import shapeless.HNil; HList list = 1 :: "hello" :: HNil; System.out.println(list);
Debug
Known issues
breakingShapeless 2.x is compatible with Scala 2.12; use shapeless 3.x for Scala 3.
fix
Use shapeless_2.12 for Scala 2.12 projects; upgrade to shapeless 3 for Scala 3.
affects: 2.x
Upgrade
Version history
2.3.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
shapeless-2-12 — mvn dependency:get shapeless-2-12 · libregistry