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