Last Version

ktor-bom 2.0.2

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

2.0.2
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 2.0.2


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

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.