fileservice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.techmatrixdeveloper</groupId>
<artifactId>fileservice</artifactId>
<version>1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
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.github.techmatrixdeveloper</groupId>
<artifactId>fileservice</artifactId>
<version>1.0.0</version>
<name>File Service For KMP</name>
<description>this will help you save file in KMP.</description>
<url>https://github.com/kotlin/multiplatform-library-template/</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Adarsh</name>
<url>Not-Available</url>
<distribution>none</distribution>
</license>
</licenses>
<developers>
<developer>
<id>XXX</id>
<name>YYY</name>
<email>developer.techmatrix@gmail.com</email>
</developer>
</developers>
<scm>
<connection>YYY</connection>
<developerConnection>ZZZ</developerConnection>
<url>XXX</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-bom</artifactId>
<version>3.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-bom</artifactId>
<version>4.1.0-RC1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.0-RC</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-darwin</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-compose-viewmodel</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>