k

ktor-network

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
文件下载
文件名 操作
ktor-network-1.5.4.jar 下载
ktor-network-1.5.4.pom 下载
ktor-network-1.5.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-network</artifactId>
  <version>1.5.4</version>
</dependency>
Gradle Groovy
implementation 'io.ktor:ktor-network:1.5.4'
Gradle Kotlin
implementation("io.ktor:ktor-network:1.5.4")
Scala SBT
libraryDependencies += "io.ktor" % "ktor-network" % "1.5.4"
Groovy Grape
@Grapes(
  @Grab(group='io.ktor', module='ktor-network', version='1.5.4')
)
Apache Ivy
<dependency org="io.ktor" name="ktor-network" rev="1.5.4" />
Leiningen
[io.ktor/ktor-network "1.5.4"]
Apache Buildr
'io.ktor:ktor-network:jar:1.5.4'