k

ktor-http-js

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