Ktor is a framework for quickly creating web applications in Kotlin with minimal effort, providing HTTP server and client capabilities for the JVM.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http-jvm</artifactId>
<version>3.4.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a simple Ktor HTTP server on port 8080.
No known issues recorded.
No dependency data recorded yet.