ktor-client-logging-ios_debug_ios_arm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-ios_debug_ios_arm64</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-ios_debug_ios_arm64</artifactId> <version>1.0.1</version> <packaging>klib</packaging> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-native</artifactId> <version>0.11.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-native</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-native</artifactId> <version>0.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-io-native</artifactId> <version>0.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-ios</artifactId> <version>1.0.1</version> <scope>runtime</scope> </dependency> </dependencies> <name>ktor-client-logging-ios</name> <description>Framework for quickly creating connected applications in Kotlin with minimal effort</description> <url>https://github.com/ktorio/ktor</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>JetBrains</id> <name>JetBrains Team</name> <organization>JetBrains</organization> <organizationUrl>http://www.jetbrains.com</organizationUrl> </developer> </developers> <scm> <url>https://github.com/ktorio/ktor.git</url> </scm> </project>