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