{"id":66923,"library":"random-beans","title":"Random Beans","description":"Random Beans core implementation generates random Java beans for testing purposes.","status":"active","version":"3.9.0","language":"java","source_language":null,"source_url":"https://github.com/benas/random-beans","tags":["random","beans","testing","generator"],"install":[{"cmd":"<dependency>\n  <groupId>io.github.benas</groupId>\n  <artifactId>random-beans</artifactId>\n  <version>3.9.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.github.benas:random-beans:3.9.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"EnhancedRandomBuilder","correct":"io.github.benas.randombeans.api.EnhancedRandomBuilder"}],"quickstart":{"code":"import io.github.benas.randombeans.api.EnhancedRandom;\nimport io.github.benas.randombeans.api.EnhancedRandomBuilder;\n\npublic class Example {\n    public static void main(String[] args) {\n        EnhancedRandom random = EnhancedRandomBuilder.aNewEnhancedRandomBuilder().build();\n        Person person = random.nextObject(Person.class);\n        System.out.println(person);\n    }\n}","lang":"java","description":"Generates a random Person object."},"warnings":[],"env_vars":null,"search_vec":"'bean':2,4,10,15 'core':5 'generat':7,17 'implement':6 'java':9 'purpos':13 'random':1,3,8,14 'test':12,16","created_at":"2026-06-17T17:30:37.909635+00:00","updated_at":"2026-06-17T17:30:37.909635+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://github.com/benas/random-beans","github":"https://github.com/benas/random-beans","docs":"https://appdoc.app/artifact/io.github.benas/random-beans/","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}}