Last Version

io.ktor:ktor-client-core-iosx64 2.0.2

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-core-iosx64
Version

Version

2.0.2
Type

Type

pom

Download ktor-client-core-iosx64 2.0.2


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