Ktor is a framework for quickly creating web applications in Kotlin with minimal effort; this module provides content negotiation support for the Ktor HTTP client on JVM.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation-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.
Minimal Kotlin snippet showing how to install ContentNegotiation plugin on a Ktor HTTP client.
Review the Ktor changelog for breaking changes between versions.
No dependency data recorded yet.