kappwrite-tvosx64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bayo-code</groupId> <artifactId>kappwrite-tvosx64</artifactId> <version>0.0.2</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>com.bayo-code</groupId> <artifactId>kappwrite-tvosx64</artifactId> <version>0.0.2</version> <packaging>klib</packaging> <name>KAppwrite</name> <description>Appwrite client for Kotlin Multiplatform</description> <url>https://github.com/bayo-code/kappwrite</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>bayo-code</id> <name>Adebayo Jagunmolu</name> <organization>Brain Crunch Labs</organization> <organizationUrl>https://git.braincrunchlabs.tech</organizationUrl> </developer> <developer> <id>bayo-code</id> <name>Adebayo Jagunmolu</name> <email>hardebahyho@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/bayo-code/kappwrite</url> </scm> <dependencies> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core-tvosx64</artifactId> <version>2.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-darwin-tvosx64</artifactId> <version>2.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json-tvosx64</artifactId> <version>1.6.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-logging-tvosx64</artifactId> <version>2.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-content-negotiation-tvosx64</artifactId> <version>2.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-serialization-kotlinx-json-tvosx64</artifactId> <version>2.3.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.russhwolf</groupId> <artifactId>multiplatform-settings-tvosx64</artifactId> <version>1.1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>atomicfu-tvosx64</artifactId> <version>0.24.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-datetime-tvosx64</artifactId> <version>0.6.0-RC.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-io-core-tvosx64</artifactId> <version>0.3.4</version> <scope>compile</scope> </dependency> </dependencies> </project>