文件下载
文件名 操作
vertx-lang-kotlin-4.4.1.jar 下载
vertx-lang-kotlin-4.4.1.pom 下载
vertx-lang-kotlin-4.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-kotlin</artifactId>
  <version>4.4.1</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-lang-kotlin:4.4.1'
Gradle Kotlin
implementation("io.vertx:vertx-lang-kotlin:4.4.1")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-lang-kotlin" % "4.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-lang-kotlin', version='4.4.1')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-lang-kotlin" rev="4.4.1" />
Leiningen
[io.vertx/vertx-lang-kotlin "4.4.1"]
Apache Buildr
'io.vertx:vertx-lang-kotlin:jar:4.4.1'
本项目依赖
<parent>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-kotlin-parent</artifactId>
  <version>4.4.1</version>
</parent>

compile

|-- io.vertx:vertx-core

|-- 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-uri-template

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

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

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

provided

|-- io.vertx:vertx-codegen

test

|-- junit:junit

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