Ktor client core module for making HTTP requests in Kotlin applications.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-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.
Creates an HTTP client and fetches a web page.
Wrap calls in a coroutine scope like runBlocking { ... }.No dependency data recorded yet.