MVN

ca.gosyer : kotlin-multiplatform-appdirs-android

Maven & Gradle

Feb 17, 2024
34 stars

Kotlin Multiplatform AppDirs · A small library which provides a path to the platform dependent special folder/directory.

<dependency>
    <groupId>ca.gosyer</groupId>
    <artifactId>kotlin-multiplatform-appdirs-android</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ca.gosyer : kotlin-multiplatform-appdirs-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of ca.gosyer : kotlin-multiplatform-appdirs-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
kotlin-multiplatform-appdirs-android-1.2.0

How to add a dependency to Maven

Add the following ca.gosyer : kotlin-multiplatform-appdirs-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ca.gosyer</groupId>
    <artifactId>kotlin-multiplatform-appdirs-android</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ca.gosyer : kotlin-multiplatform-appdirs-android gradle dependency to your build.gradle file:

implementation 'ca.gosyer:kotlin-multiplatform-appdirs-android:1.2.0'

Gradle Kotlin DSL: Add the following ca.gosyer : kotlin-multiplatform-appdirs-android gradle kotlin dependency to your build.gradle.kts file:

implementation("ca.gosyer:kotlin-multiplatform-appdirs-android:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ca.gosyer : kotlin-multiplatform-appdirs-android sbt scala dependency to your build.sbt file:

libraryDependencies += "ca.gosyer" % "kotlin-multiplatform-appdirs-android" % "1.2.0"