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