Registry / web-framework / flow-client

flow-client

JSON →
library25.1.7javamavenunverified

Client-side runtime for Vaadin Flow, enabling server-side Java web applications with a rich client-side UI.

<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-client</artifactId> <version>25.1.7</version> </dependency>
INSTALL
IMPORT
SIG · FLOW-CLIENT
F
flow-client
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.

Component
com.vaadin.flow.component.Component

Creates a simple Vaadin view with a button.

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")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flow-client — mvn dependency:get flow-client · libregistry