Registry / networking / vertx-lang-kotlin

vertx-lang-kotlin

JSON →
library5.0.11javamavenunverified

Kotlin language support for Vert.x, providing idiomatic Kotlin APIs for reactive applications.

<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin</artifactId> <version>5.0.11</version> </dependency>
INSTALL
IMPORT
SIG · VERTX-LANG-KOTLIN
V
vertx-lang-kotlin
networkingjavav5.0.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.

VertxKt
io.vertx.kotlin.core.VertxKt

Create a Vert.x instance using Kotlin extensions.

import io.vertx.kotlin.core.VertxKt import io.vertx.core.Vertx fun main() { val vertx = Vertx.vertx() println("Vert.x started") vertx.close() }
Debug
Known issues
breakingVert.x 5 has breaking changes from Vert.x 4; ensure compatibility with your project.
fix
Check migration guide from Vert.x 4 to 5 before upgrading.
affects: 5.x
Upgrade
Version history
5.0.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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