| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаio.vertx |
| Идентификатор | Идентификаторvertx-lang-kotlin-gen |
| Версия | Версия3.9.10 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-gen</artifactId>
<version>3.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/
implementation 'io.vertx:vertx-lang-kotlin-gen:3.9.10'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/
implementation ("io.vertx:vertx-lang-kotlin-gen:3.9.10")
'io.vertx:vertx-lang-kotlin-gen:jar:3.9.10'
<dependency org="io.vertx" name="vertx-lang-kotlin-gen" rev="3.9.10">
<artifact name="vertx-lang-kotlin-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-gen', version='3.9.10')
)
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-gen" % "3.9.10"
[io.vertx/vertx-lang-kotlin-gen "3.9.10"]