ScalaCheck is a property-based testing library for Scala and Java.
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.9.1</artifactId>
<version>1.10.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic property definition using ScalaCheck's Prop class.
Upgrade to a newer version like 1.17.0 and adjust imports accordingly.
No dependency data recorded yet.