v

vertx-lang-kotlin-coroutines

Files download
File Operation
vertx-lang-kotlin-coroutines-4.3.7.jar download
vertx-lang-kotlin-coroutines-4.3.7.pom download
vertx-lang-kotlin-coroutines-4.3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-lang-kotlin-coroutines</artifactId>
  <version>4.3.7</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-lang-kotlin-coroutines:4.3.7'
Gradle Kotlin
implementation("io.vertx:vertx-lang-kotlin-coroutines:4.3.7")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-coroutines" % "4.3.7"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-lang-kotlin-coroutines', version='4.3.7')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-lang-kotlin-coroutines" rev="4.3.7" />
Leiningen
[io.vertx/vertx-lang-kotlin-coroutines "4.3.7"]
Apache Buildr
'io.vertx:vertx-lang-kotlin-coroutines:jar:4.3.7'