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

compile

|-- io.vertx:vertx-docgen

|-- io.vertx:vertx-codetrans

|-- io.vertx:vertx-core

|-- io.vertx:vertx-unit

|-- io.vertx:vertx-sql-common

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

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

|-- io.vertx:vertx-mongo-service

|-- 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-jwt

|-- 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-graphql

|-- 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-mail-service

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

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

|-- 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-amqp-bridge

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

|-- 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-mysql-postgresql-client

|-- io.vertx:vertx-rabbitmq-client

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

|-- io.vertx:vertx-shell

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

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

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

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

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

provided

|-- io.vertx:vertx-codegen

test

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