Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-kotlin-coroutines |
Version | Version3.9.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-coroutines/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-coroutines</artifactId>
<version>3.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-coroutines/
implementation 'io.vertx:vertx-lang-kotlin-coroutines:3.9.5'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-coroutines/
implementation ("io.vertx:vertx-lang-kotlin-coroutines:3.9.5")
'io.vertx:vertx-lang-kotlin-coroutines:jar:3.9.5'
<dependency org="io.vertx" name="vertx-lang-kotlin-coroutines" rev="3.9.5">
<artifact name="vertx-lang-kotlin-coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-coroutines', version='3.9.5')
)
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-coroutines" % "3.9.5"
[io.vertx/vertx-lang-kotlin-coroutines "3.9.5"]