MVN

com.mayakapps.kache : file-kache-core-js

Maven & Gradle

Apr 29, 2023
94 stars

File Kache Core · Contains the core classes for Kache that are used by all other file kache modules.

<dependency>
    <groupId>com.mayakapps.kache</groupId>
    <artifactId>file-kache-core-js</artifactId>
    <version>2.0.0-rc02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.0-rc02
  • Latest Release Candidate: 2.0.0-rc02

All Versions

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

Version Vulnerabilities Updated
2.0.x
file-kache-core-js-2.0.0-rc02
file-kache-core-js-2.0.0-rc01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mayakapps.kache</groupId>
    <artifactId>file-kache-core-js</artifactId>
    <version>2.0.0-rc02</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.mayakapps.kache:file-kache-core-js:2.0.0-rc02'

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

implementation("com.mayakapps.kache:file-kache-core-js:2.0.0-rc02")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.mayakapps.kache" % "file-kache-core-js" % "2.0.0-rc02"