{"id":62534,"library":"vaadin","title":"Vaadin Platform","description":"Full-stack web framework for building modern web applications in Java.","status":"active","version":"25.1.7","language":"java","source_language":null,"source_url":"https://github.com/vaadin/platform","tags":["vaadin","web-framework","ui","java"],"install":[{"cmd":"<dependency>\n  <groupId>com.vaadin</groupId>\n  <artifactId>vaadin</artifactId>\n  <version>25.1.7</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.vaadin:vaadin:25.1.7'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Button","correct":"com.vaadin.flow.component.button.Button"}],"quickstart":{"code":"import com.vaadin.flow.component.button.Button;\nimport com.vaadin.flow.component.notification.Notification;\nimport com.vaadin.flow.component.orderedlayout.VerticalLayout;\nimport com.vaadin.flow.router.Route;\n\n@Route(\"\")\npublic class MainView extends VerticalLayout {\n    public MainView() {\n        Button button = new Button(\"Click me\", e -> Notification.show(\"Hello!\"));\n        add(button);\n    }\n}","lang":"java","description":"Creates a simple Vaadin view with a button."},"warnings":[{"fix":"Upgrade to Java 17+ or use Vaadin 14 LTS for Java 8+.","message":"Vaadin 25 requires Java 17 or later.","severity":"breaking","affected_versions":">=25.0.0"}],"env_vars":null,"search_vec":"'applic':12 'build':9 'framework':7,18 'full':4 'full-stack':3 'java':14,20 'modern':10 'platform':2 'stack':5 'ui':19 'vaadin':1,15 'web':6,11,17 'web-framework':16","created_at":"2026-06-17T16:32:09.098688+00:00","updated_at":"2026-06-17T16:32:09.098688+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://vaadin.com","github":"https://github.com/vaadin/platform","docs":"https://appdoc.app/artifact/com.vaadin/vaadin/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"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}}