Registry / web-framework / vertx-web-common

vertx-web-common

JSON →
library5.0.10javamavenunverified

Common classes for Vert.x Web, a toolkit for building reactive web applications on the Vert.x stack.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-common</artifactId> <version>5.0.10</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-WEB-COMMON
V
vertx-web-common
web-frameworkjavav5.0.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.

Router
io.vertx.ext.web.Router

Create a basic Vert.x Web router and define a route.

import io.vertx.ext.web.Router; Router router = Router.router(vertx); router.get("/").handler(ctx -> ctx.response().end("Hello"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
vertx-web-common — mvn dependency:get vertx-web-common · libregistry