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