| Группа | Группаio.ktor |
|---|---|
| Идентификатор | Идентификаторktor-bom |
| Версия | Версия1.3.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ktor-bom-1.3.0.pom | |
| ktor-bom-1.3.0.module | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-bom/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-bom</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-bom/
implementation 'io.ktor:ktor-bom:1.3.0'
// https://jarcasting.com/artifacts/io.ktor/ktor-bom/
implementation ("io.ktor:ktor-bom:1.3.0")
'io.ktor:ktor-bom:pom:1.3.0'
<dependency org="io.ktor" name="ktor-bom" rev="1.3.0">
<artifact name="ktor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-bom', version='1.3.0')
)
libraryDependencies += "io.ktor" % "ktor-bom" % "1.3.0"
[io.ktor/ktor-bom "1.3.0"]