<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-gen</artifactId> <version>4.5.10</version> </dependency>
implementation 'io.vertx:vertx-lang-kotlin-gen:4.5.10'
implementation("io.vertx:vertx-lang-kotlin-gen:4.5.10")
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-gen" % "4.5.10"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-kotlin-gen', version='4.5.10') )
<dependency org="io.vertx" name="vertx-lang-kotlin-gen" rev="4.5.10" />
[io.vertx/vertx-lang-kotlin-gen "4.5.10"]
'io.vertx:vertx-lang-kotlin-gen:jar:4.5.10'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-parent</artifactId> <version>4.5.10</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