Files download
File Operation
vertx-lang-kotlin-4.2.5.jar download
vertx-lang-kotlin-4.2.5.pom download
vertx-lang-kotlin-4.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-kotlin</artifactId>
  <version>4.2.5</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-lang-kotlin:4.2.5'
Gradle Kotlin
implementation("io.vertx:vertx-lang-kotlin:4.2.5")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-lang-kotlin" % "4.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-lang-kotlin', version='4.2.5')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-lang-kotlin" rev="4.2.5" />
Leiningen
[io.vertx/vertx-lang-kotlin "4.2.5"]
Apache Buildr
'io.vertx:vertx-lang-kotlin:jar:4.2.5'
Dependencies
<parent>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-kotlin-parent</artifactId>
  <version>4.2.5</version>
</parent>

compile

|-- io.vertx:vertx-docgen

|-- io.vertx:vertx-unit

|-- io.vertx:vertx-bridge-common

|-- io.vertx:vertx-mongo-client

|-- io.vertx:vertx-cassandra-client

|-- io.vertx:vertx-jdbc-client

|-- io.vertx:vertx-auth-common

|-- io.vertx:vertx-auth-jdbc

|-- io.vertx:vertx-auth-htdigest

|-- io.vertx:vertx-auth-htpasswd

|-- io.vertx:vertx-auth-jwt

|-- io.vertx:vertx-auth-mongo

|-- io.vertx:vertx-auth-oauth2

|-- io.vertx:vertx-auth-shiro

|-- io.vertx:vertx-auth-webauthn

|-- io.vertx:vertx-auth-properties

|-- io.vertx:vertx-auth-ldap

|-- io.vertx:vertx-auth-sql-client

|-- io.vertx:vertx-auth-otp

|-- io.vertx:vertx-web-common

|-- io.vertx:vertx-web-client

|-- io.vertx:vertx-web

|-- io.vertx:vertx-web-api-contract

|-- io.vertx:vertx-web-templ-freemarker

|-- io.vertx:vertx-web-templ-handlebars

|-- io.vertx:vertx-web-templ-jade

|-- io.vertx:vertx-web-templ-mvel

|-- io.vertx:vertx-web-templ-pebble

|-- io.vertx:vertx-web-templ-rocker

|-- io.vertx:vertx-web-templ-thymeleaf

|-- io.vertx:vertx-web-sstore-infinispan

|-- io.vertx:vertx-web-graphql

|-- io.vertx:vertx-web-validation

|-- io.vertx:vertx-circuit-breaker

|-- io.vertx:vertx-dropwizard-metrics

|-- io.vertx:vertx-redis-client

|-- io.vertx:vertx-stomp

|-- io.vertx:vertx-mail-client

|-- io.vertx:vertx-consul-client

|-- io.vertx:vertx-amqp-client

|-- io.vertx:vertx-service-discovery

|-- io.vertx:vertx-service-discovery-backend-consul

|-- io.vertx:vertx-service-discovery-backend-redis

|-- io.vertx:vertx-service-discovery-backend-zookeeper

|-- io.vertx:vertx-service-discovery-bridge-consul

|-- io.vertx:vertx-service-discovery-bridge-docker

|-- io.vertx:vertx-service-discovery-bridge-kubernetes

|-- io.vertx:vertx-service-discovery-bridge-zookeeper

|-- io.vertx:vertx-service-discovery-bridge-docker-links

|-- io.vertx:vertx-config

|-- io.vertx:vertx-kafka-client

|-- io.vertx:vertx-mqtt

|-- io.vertx:vertx-sql-client

|-- io.vertx:vertx-pg-client

|-- io.vertx:vertx-mysql-client

|-- io.vertx:vertx-db2-client

|-- io.vertx:vertx-mssql-client

|-- io.vertx:vertx-sql-client-templates

|-- io.vertx:vertx-health-check

|-- io.vertx:vertx-shell

|-- io.vertx:vertx-micrometer-metrics

|-- io.vertx:vertx-tcp-eventbus-bridge

|-- io.vertx:vertx-json-schema

|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8

|-- io.vertx:vertx-lang-kotlin-gen:4.2.5

|-- io.vertx:vertx-lang-kotlin-coroutines:4.2.5

provided

|-- io.vertx:vertx-codegen

test

|-- org.jetbrains.kotlin:kotlin-test-junit