{"id":68626,"library":"jqwik","title":"Jqwik","description":"Jqwik is a property-based testing library for Java, inspired by QuickCheck.","status":"active","version":"1.9.3","language":"java","source_language":null,"source_url":"https://github.com/jqwik-team/jqwik","tags":["testing","property-based","java","quickcheck"],"install":[{"cmd":"<dependency>\n  <groupId>net.jqwik</groupId>\n  <artifactId>jqwik</artifactId>\n  <version>1.9.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'net.jqwik:jqwik:1.9.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Property","correct":"net.jqwik.api.Property"}],"quickstart":{"code":"import net.jqwik.api.Property;\nimport net.jqwik.api.ForAll;\n\npublic class Main {\n    @Property\n    boolean absoluteValueOfAllNumbersIsPositive(@ForAll int anInt) {\n        return Math.abs(anInt) >= 0;\n    }\n}","lang":"java","description":"Defines a property-based test that checks the absolute value of integers is non-negative."},"warnings":[],"env_vars":null,"search_vec":"'base':7,18 'inspir':12 'java':11,19 'jqwik':1,2 'librari':9 'properti':6,17 'property-bas':5,16 'quickcheck':14,20 'test':8,15","created_at":"2026-06-17T17:52:06.865937+00:00","updated_at":"2026-06-17T17:52:06.865937+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":"https://jqwik.net/","github":"https://github.com/jqwik-team/jqwik","docs":"https://appdoc.app/artifact/net.jqwik/jqwik/","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}}