is not current version
Last Version 2.0.2

io.ktor:ktor-bom 1.2.6

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-bom
Version

Version

1.2.6
Type

Type

pom

Download ktor-bom 1.2.6

Filename Size
ktor-bom-1.2.6.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/io.ktor/ktor-bom/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-bom</artifactId>
    <version>1.2.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-bom/
implementation 'io.ktor:ktor-bom:1.2.6'
// https://jarcasting.com/artifacts/io.ktor/ktor-bom/
implementation ("io.ktor:ktor-bom:1.2.6")
'io.ktor:ktor-bom:pom:1.2.6'
<dependency org="io.ktor" name="ktor-bom" rev="1.2.6">
  <artifact name="ktor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-bom', version='1.2.6')
)
libraryDependencies += "io.ktor" % "ktor-bom" % "1.2.6"
[io.ktor/ktor-bom "1.2.6"]