is not current version
Last Version 2.0.2

ktor-bom 1.6.0

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

License

License

GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-bom
Version

Version

1.6.0
Type

Type

pom
Description

Description

ktor-bom
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
Project URL

Project URL

https://github.com/ktorio/ktor
Source Code Management

Source Code Management

https://github.com/ktorio/ktor.git

Download ktor-bom 1.6.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.