k

ktor-http-jvm

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
https://github.com/ktorio/ktor
The Apache Software License, Version 2.0
JetBrains Team
Files download
File Operation
ktor-http-jvm-2.3.8.jar download
ktor-http-jvm-2.3.8.pom download
ktor-http-jvm-2.3.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-http-jvm</artifactId>
  <version>2.3.8</version>
</dependency>
Gradle Groovy
implementation 'io.ktor:ktor-http-jvm:2.3.8'
Gradle Kotlin
implementation("io.ktor:ktor-http-jvm:2.3.8")
Scala SBT
libraryDependencies += "io.ktor" % "ktor-http-jvm" % "2.3.8"
Groovy Grape
@Grapes(
  @Grab(group='io.ktor', module='ktor-http-jvm', version='2.3.8')
)
Apache Ivy
<dependency org="io.ktor" name="ktor-http-jvm" rev="2.3.8" />
Leiningen
[io.ktor/ktor-http-jvm "2.3.8"]
Apache Buildr
'io.ktor:ktor-http-jvm:jar:2.3.8'