Registry / web-framework / quarkus-vertx-web

quarkus-vertx-web

JSON →
library0.28.1javamavenunverified

This is the parent of relocated artifacts, that are still released for compatibility reasons.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-vertx-web</artifactId> <version>0.28.1</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-VERTX-WEB
Q
quarkus-vertx-web
web-frameworkjavav0.28.1
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.

Route
io.quarkus.vertx.web.Route

Minimal example showing a Vert.x web route in Quarkus.

import io.quarkus.vertx.web.Route; import io.vertx.ext.web.RoutingContext; public class Quickstart { @Route(path = "/hello") void hello(RoutingContext ctx) { ctx.response().end("Hello"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.28.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
quarkus-vertx-web — mvn dependency:get quarkus-vertx-web · libregistry