is not current version
Last Version 2.0.2

io.ktor:ktor-client-cio 1.2.4

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.ktor
ArtifactId

ArtifactId

ktor-client-cio
Version

Version

1.2.4
Type

Type

jar

Download ktor-client-cio 1.2.4


<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-cio/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-cio</artifactId>
    <version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-cio/
implementation 'io.ktor:ktor-client-cio:1.2.4'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-cio/
implementation ("io.ktor:ktor-client-cio:1.2.4")
'io.ktor:ktor-client-cio:jar:1.2.4'
<dependency org="io.ktor" name="ktor-client-cio" rev="1.2.4">
  <artifact name="ktor-client-cio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-cio', version='1.2.4')
)
libraryDependencies += "io.ktor" % "ktor-client-cio" % "1.2.4"
[io.ktor/ktor-client-cio "1.2.4"]