{"id":67515,"library":"scalacheck-native0-4-2-13","title":"ScalaCheck","description":"A property-based testing library for Scala, providing automatic generation of test data and property checking.","status":"active","version":"1.17.1","language":"java","source_language":null,"source_url":"https://github.com/typelevel/scalacheck","tags":["scalacheck","testing","property-based","scala"],"install":[{"cmd":"<dependency>\n  <groupId>org.scalacheck</groupId>\n  <artifactId>scalacheck_native0.4_2.13</artifactId>\n  <version>1.17.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.scalacheck:scalacheck_native0.4_2.13:1.17.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Prop","correct":"org.scalacheck.Prop"}],"quickstart":{"code":"import org.scalacheck.Prop.forAll\nimport org.scalacheck.Arbitrary\n\nobject Example extends App {\n  val prop = forAll { (x: Int, y: Int) =>\n    x + y == y + x\n  }\n  prop.check()\n}","lang":"scala","description":"Defines and checks a property that addition is commutative."},"warnings":[{"fix":"Use the appropriate ScalaCheck artifact for your platform (e.g., scalacheck_2.13 for JVM).","message":"This version is for Scala Native 0.4 and Scala 2.13; not compatible with JVM or other Scala versions.","severity":"breaking","affected_versions":">=1.17.0"}],"env_vars":null,"search_vec":"'automat':11 'base':5,23 'check':18 'data':15 'generat':12 'librari':7 'properti':4,17,22 'property-bas':3,21 'provid':10 'scala':9,24 'scalacheck':1,19 'test':6,14,20","created_at":"2026-06-17T17:38:12.843114+00:00","updated_at":"2026-06-17T17:38:12.843114+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.scalacheck.org","github":"https://github.com/typelevel/scalacheck","docs":"https://appdoc.app/artifact/org.scalacheck/scalacheck_native0.4_2.13/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}