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