<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin</artifactId> <version>3.4.1</version> </dependency>
implementation 'io.vertx:vertx-lang-kotlin:3.4.1'
implementation("io.vertx:vertx-lang-kotlin:3.4.1")
libraryDependencies += "io.vertx" % "vertx-lang-kotlin" % "3.4.1"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-kotlin', version='3.4.1') )
<dependency org="io.vertx" name="vertx-lang-kotlin" rev="3.4.1" />
[io.vertx/vertx-lang-kotlin "3.4.1"]
'io.vertx:vertx-lang-kotlin:jar:3.4.1'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-parent</artifactId> <version>3.4.1</version> </parent>
compile
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
provided
|-- io.vertx:vertx-codegen
|-- io.vertx:vertx-core
test