Registry / web-framework / vaadin-core

vaadin-core

JSON →
library25.1.4javamavenunverified

Vaadin Platform core library for building modern web applications in Java.

<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-core</artifactId> <version>25.1.4</version> </dependency>
INSTALL
IMPORT
SIG · VAADIN-CORE
V
vaadin-core
web-frameworkjavav25.1.4
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

Minimal example showing a Vaadin button with click listener.

import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.notification.Notification; public class Example { public static void main(String[] args) { Button button = new Button("Click me", e -> Notification.show("Clicked!")); System.out.println(button.getText()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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