MVN

com.mayakapps.kache : kache-androidnativex64

Maven & Gradle

Jan 08, 2024
94 stars

In-memory Kache · Kotlin Multiplatform implementation of an in-memory cache.

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

Latest Version

Choose a version of com.mayakapps.kache : kache-androidnativex64 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 : kache-androidnativex64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
kache-androidnativex64-2.1.0-beta01

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.mayakapps.kache:kache-androidnativex64:2.1.0-beta01'

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

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

How to add a dependency to SBT Scala

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

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