MVN

me.sujanpoudel.multiplatform.utils : multiplatform-paths-android

Maven & Gradle

Apr 17, 2024
17 stars

Multiplatform Paths · Get platform specific app data and cache directory(equivalent to ApplicationInfo.dataDir or NSHomeDirectory) in Kotlin Multiplatform application

<dependency>
    <groupId>me.sujanpoudel.multiplatform.utils</groupId>
    <artifactId>multiplatform-paths-android</artifactId>
    <version>0.2.0-SNAPSHOT-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.sujanpoudel.multiplatform.utils : multiplatform-paths-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0-SNAPSHOT-1

All Versions

Choose a version of me.sujanpoudel.multiplatform.utils : multiplatform-paths-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
multiplatform-paths-android-0.2.0-SNAPSHOT-1

How to add a dependency to Maven

Add the following me.sujanpoudel.multiplatform.utils : multiplatform-paths-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.sujanpoudel.multiplatform.utils</groupId>
    <artifactId>multiplatform-paths-android</artifactId>
    <version>0.2.0-SNAPSHOT-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.sujanpoudel.multiplatform.utils : multiplatform-paths-android gradle dependency to your build.gradle file:

implementation 'me.sujanpoudel.multiplatform.utils:multiplatform-paths-android:0.2.0-SNAPSHOT-1'

Gradle Kotlin DSL: Add the following me.sujanpoudel.multiplatform.utils : multiplatform-paths-android gradle kotlin dependency to your build.gradle.kts file:

implementation("me.sujanpoudel.multiplatform.utils:multiplatform-paths-android:0.2.0-SNAPSHOT-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.sujanpoudel.multiplatform.utils : multiplatform-paths-android sbt scala dependency to your build.sbt file:

libraryDependencies += "me.sujanpoudel.multiplatform.utils" % "multiplatform-paths-android" % "0.2.0-SNAPSHOT-1"