Ktor is a framework for quickly creating web applications in Kotlin with minimal effort; this module provides serialization support for the Ktor HTTP client on JVM.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-serialization-jvm</artifactId>
<version>3.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures a Ktor HttpClient with JSON content negotiation.
Refer to migration guide when upgrading from 2.x to 3.x.
No dependency data recorded yet.