Registry / web-framework / flow-server

flow-server

JSON →
library25.1.10javamavenunverified

Server-side framework for building modern web applications with Java, part of Vaadin Flow.

<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-server</artifactId> <version>25.1.10</version> </dependency>
INSTALL
IMPORT
SIG · FLOW-SERVER
F
flow-server
web-frameworkjavav25.1.10
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.

VaadinService
com.vaadin.flow.server.VaadinService

Minimal usage showing access to the current Vaadin service.

import com.vaadin.flow.server.VaadinService; public class Example { public static void main(String[] args) { VaadinService service = VaadinService.getCurrent(); System.out.println("Vaadin Flow Server ready"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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