Registry / testing / scalacheck-shapeless-1-14-2-12

scalacheck-shapeless-1-14-2-12

JSON →
library1.2.5javamavenunverified

Automatic ScalaCheck arbitrary derivation using Shapeless for Scala 2.12.

<dependency> <groupId>com.github.alexarchambault</groupId> <artifactId>scalacheck-shapeless_1.14_2.12</artifactId> <version>1.2.5</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-SHAPELE
S
scalacheck-shapeless-1-14-2-12
testingjavav1.2.5
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.

ScalacheckShapeless
org.scalacheck.ScalacheckShapeless

Derives Arbitrary for a case class using shapeless

import org.scalacheck.ScalacheckShapeless._ import org.scalacheck.Arbitrary case class Person(name: String, age: Int) object Example extends App { implicit val arbPerson: Arbitrary[Person] = implicitly println(arbPerson.arbitrary.sample) }
Debug
Known issues
breakingScala version suffix (_2.12) indicates compatibility only with Scala 2.12.
fix
Use the appropriate artifact for your Scala version (e.g., _2.13 for Scala 2.13).
affects: *
Upgrade
Version history
1.2.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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