License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-server-netty |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-server-netty
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-server-netty-2.0.2.pom | |
ktor-server-netty-2.0.2.jar | 184 KB |
ktor-server-netty-2.0.2-sources.jar | 32 KB |
ktor-server-netty-2.0.2-kdoc.jar | 77 KB |
ktor-server-netty-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-server-netty/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-netty</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-server-netty/
implementation 'io.ktor:ktor-server-netty:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-server-netty/
implementation ("io.ktor:ktor-server-netty:2.0.2")
'io.ktor:ktor-server-netty:jar:2.0.2'
<dependency org="io.ktor" name="ktor-server-netty" rev="2.0.2">
<artifact name="ktor-server-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-server-netty', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-server-netty" % "2.0.2"
[io.ktor/ktor-server-netty "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |