Registry / web-framework / vaadin-bom

vaadin-bom

JSON →
library25.1.7javamavenunverified

Provides a Maven Bill of Materials (BOM) to manage versions of Vaadin Platform dependencies consistently.

<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-bom</artifactId> <version>25.1.7</version> </dependency>
INSTALL
IMPORT
SIG · VAADIN-BOM
V
vaadin-bom
web-frameworkjavav25.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Button
com.vaadin.flow.component.button.Button

Creates a simple Vaadin view with a button that prints a message on click.

import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.orderedlayout.VerticalLayout; import com.vaadin.flow.router.Route; @Route("") public class MainView extends VerticalLayout { public MainView() { add(new Button("Click me", e -> System.out.println("Clicked!"))); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
vaadin-bom — mvn dependency:get vaadin-bom · libregistry