<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
<version>5.0.0.CR1</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-coroutines', version='5.0.0.CR1')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-parent</artifactId> <version>5.0.0.CR1</version> </parent>
compile
|-- org.jetbrains.kotlin:kotlin-stdlib
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core
|-- io.vertx:vertx-codegen-api
|-- io.vertx:vertx-codegen-json
test
|-- junit:junit
|-- org.jetbrains.kotlin:kotlin-test-junit
|-- org.jetbrains.kotlinx:kotlinx-coroutines-rx3