| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.ktor |
| ArtifactId | ArtifactIdktor-client-ios |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionktor-client-ios
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ktor-client-ios-2.0.2.pom | |
| ktor-client-ios-2.0.2.module | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-ios/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-ios</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-ios/
implementation 'io.ktor:ktor-client-ios:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-ios/
implementation ("io.ktor:ktor-client-ios:2.0.2")
'io.ktor:ktor-client-ios:pom:2.0.2'
<dependency org="io.ktor" name="ktor-client-ios" rev="2.0.2">
<artifact name="ktor-client-ios" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-ios', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-client-ios" % "2.0.2"
[io.ktor/ktor-client-ios "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
| org.jetbrains.kotlinx : atomicfu | jar | 0.17.1 |
| io.ktor : ktor-client-darwin | jar | 2.0.2 |