{"id":70168,"library":"podam","title":"Podam","description":"A Java library that automatically fills POJOs with random data for testing.","status":"active","version":"8.0.2.RELEASE","language":"java","source_language":null,"source_url":"https://github.com/mtedone/podam","tags":["testing","pojo","random","data-generation","podam"],"install":[{"cmd":"<dependency>\n  <groupId>uk.co.jemos.podam</groupId>\n  <artifactId>podam</artifactId>\n  <version>8.0.2.RELEASE</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'uk.co.jemos.podam:podam:8.0.2.RELEASE'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"PodamFactoryImpl","correct":"uk.co.jemos.podam.api.PodamFactoryImpl"}],"quickstart":{"code":"import uk.co.jemos.podam.api.PodamFactory;\nimport uk.co.jemos.podam.api.PodamFactoryImpl;\n\npublic class Example {\n    public static void main(String[] args) {\n        PodamFactory factory = new PodamFactoryImpl();\n        MyPojo pojo = factory.manufacturePojo(MyPojo.class);\n        System.out.println(pojo);\n    }\n}","lang":"java","description":"Generates a random POJO instance for testing."},"warnings":[{"fix":"Use a version without the .RELEASE suffix if available, or check for known issues.","message":"Version 8.0.2.RELEASE uses a non-standard versioning scheme; ensure compatibility with your project's dependencies.","severity":"gotcha","affected_versions":"8.0.2.RELEASE"}],"env_vars":null,"search_vec":"'automat':6 'data':11,18 'data-gener':17 'fill':7 'generat':19 'java':3 'librari':4 'podam':1,20 'pojo':8,15 'random':10,16 'test':13,14","created_at":"2026-06-17T18:10:49.335768+00:00","updated_at":"2026-06-17T18:10:49.335768+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://mtedone.github.io/podam","github":"https://github.com/mtedone/podam","docs":"https://appdoc.app/artifact/uk.co.jemos.podam/podam/","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}}