Registry / networking / vertx-platform

vertx-platform

JSON →
library2.1.6javamavenunverified

Core module of the Eclipse Vert.x toolkit for building reactive, asynchronous applications on the JVM.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-platform</artifactId> <version>2.1.6</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-PLATFORM
V
vertx-platform
networkingjavav2.1.6
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.

PlatformManager
org.vertx.java.platform.PlatformManager

Initializes a Vert.x instance using the platform manager.

import org.vertx.java.platform.PlatformManager; import org.vertx.java.core.Vertx; public class VertxExample { public static void main(String[] args) { Vertx vertx = Vertx.newVertx(); System.out.println("Vert.x started"); } }
Debug
Known issues
breakingVersion 2.x is outdated; consider upgrading to Vert.x 3.x or 4.x for significant API changes.
fix
Migrate to io.vertx:vertx-core version 3.x or 4.x and update imports accordingly.
affects: <3.0.0
Upgrade
Version history
2.1.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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