Registry / networking / vertx-core

vertx-core

JSON →
library5.1.0javamavenunverified

The core module of Eclipse Vert.x, providing a reactive, non-blocking toolkit for building asynchronous applications.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-core</artifactId> <version>5.1.0</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-CORE
V
vertx-core
networkingjavav5.1.0
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 example creating a Vert.x instance.

import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); System.out.println("Vert.x instance created"); } }
Debug
Known issues
breakingVert.x 5 has breaking API changes from Vert.x 4; check migration guides.
fix
Review the official Vert.x 5 migration guide to update your code.
affects: >=5.0.0
Upgrade
Version history
5.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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