ktor-server-core

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

License

License

GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-server-core-linuxx64
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

ktor-server-core
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-server-core-linuxx64

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
io.ktor : ktor-utils-linuxx64 jar 2.0.2
io.ktor : ktor-http-linuxx64 jar 2.0.2
io.ktor : ktor-serialization-linuxx64 jar 2.0.2
io.ktor : ktor-events-linuxx64 jar 2.0.2
org.jetbrains.kotlin : kotlin-reflect jar 1.6.21
org.jetbrains.kotlinx : kotlinx-coroutines-core-linuxx64 jar 1.6.1
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21
org.jetbrains.kotlinx : atomicfu-linuxx64 jar 0.17.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1