core-tvossimulatorarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.tolgee.mobile-kotlin-sdk</groupId> <artifactId>core-tvossimulatorarm64</artifactId> <version>1.0.0-alpha02</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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.tolgee.mobile-kotlin-sdk</groupId> <artifactId>core-tvossimulatorarm64</artifactId> <version>1.0.0-alpha02</version> <packaging>klib</packaging> <name>core</name> <description>Kotlin Multiplatform localization wrapper for Tolgee</description> <url>https://github.com/tolgee/tolgee-mobile-kotlin-sdk</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>DatL4g</id> <name>Jeff Retz (DatLag)</name> <url>https://github.com/DatL4g</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/tolgee/tolgee-mobile-kotlin-sdk.git</connection> <url>https://github.com/tolgee/tolgee-mobile-kotlin-sdk</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-tvossimulatorarm64</artifactId> <version>0.29.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.comahe.i18n4k</groupId> <artifactId>i18n4k-core-tvossimulatorarm64</artifactId> <version>0.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-darwin-tvossimulatorarm64</artifactId> <version>3.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-collections-immutable-tvossimulatorarm64</artifactId> <version>0.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-tvossimulatorarm64</artifactId> <version>3.2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-tvossimulatorarm64</artifactId> <version>1.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>dev.datlag.tooling</groupId> <artifactId>tooling-async-tvossimulatorarm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>de.comahe.i18n4k</groupId> <artifactId>i18n4k-cldr-plural-rules-tvossimulatorarm64</artifactId> <version>0.11.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-tvossimulatorarm64</artifactId> <version>0.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-tvossimulatorarm64</artifactId> <version>1.10.2</version> <scope>compile</scope> </dependency> </dependencies> </project>