MVN

com.mayakapps.kache : file-kache-watchosdevicearm64

Maven & Gradle

Jan 08, 2024
94 stars

File Kache · Kotlin Multiplatform implementation of a persistent cache that exposes string-based API for common sourceset and Java's File-based API for JVM sourceset.

<dependency>
    <groupId>com.mayakapps.kache</groupId>
    <artifactId>file-kache-watchosdevicearm64</artifactId>
    <version>2.1.0-beta01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mayakapps.kache : file-kache-watchosdevicearm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0-beta01
  • Latest Beta: 2.1.0-beta01

All Versions

Choose a version of com.mayakapps.kache : file-kache-watchosdevicearm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
file-kache-watchosdevicearm64-2.1.0-beta01

How to add a dependency to Maven

Add the following com.mayakapps.kache : file-kache-watchosdevicearm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mayakapps.kache</groupId>
    <artifactId>file-kache-watchosdevicearm64</artifactId>
    <version>2.1.0-beta01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mayakapps.kache : file-kache-watchosdevicearm64 gradle dependency to your build.gradle file:

implementation 'com.mayakapps.kache:file-kache-watchosdevicearm64:2.1.0-beta01'

Gradle Kotlin DSL: Add the following com.mayakapps.kache : file-kache-watchosdevicearm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mayakapps.kache:file-kache-watchosdevicearm64:2.1.0-beta01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mayakapps.kache : file-kache-watchosdevicearm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mayakapps.kache" % "file-kache-watchosdevicearm64" % "2.1.0-beta01"