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