License |
License |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-http-cio |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-http-cio
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-http-cio-2.0.2.pom | |
ktor-http-cio-2.0.2.jar | 17 KB |
ktor-http-cio-2.0.2-sources.jar | 23 KB |
ktor-http-cio-2.0.2-kdoc.jar | 261 bytes |
ktor-http-cio-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-http-cio/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http-cio</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-http-cio/
implementation 'io.ktor:ktor-http-cio:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-http-cio/
implementation ("io.ktor:ktor-http-cio:2.0.2")
'io.ktor:ktor-http-cio:jar:2.0.2'
<dependency org="io.ktor" name="ktor-http-cio" rev="2.0.2">
<artifact name="ktor-http-cio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-http-cio', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-http-cio" % "2.0.2"
[io.ktor/ktor-http-cio "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
io.ktor : ktor-http | jar | 2.0.2 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |
org.jetbrains.kotlinx : atomicfu | jar | 0.17.1 |