Registry / web-framework / vertx-dependencies

vertx-dependencies

JSON →
library4.5.11javamavenunverified

Provides dependency management for Vert.x projects via Maven BOM.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-dependencies</artifactId> <version>4.5.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-DEPENDENCIES
V
vertx-dependencies
web-frameworkjavav4.5.11
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.

Vertx
io.vertx.core.Vertx

Minimal Vert.x HTTP server

import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); vertx.createHttpServer().requestHandler(req -> req.response().end("Hello")).listen(8080); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.5.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
vertx-dependencies — mvn dependency:get vertx-dependencies · libregistry