MVN

com.lethanh98 : cache-file

Maven & Gradle

Aug 23, 2022
0 stars

cache-file · Cache use File

<dependency>
    <groupId>com.lethanh98</groupId>
    <artifactId>cache-file</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lethanh98 : cache-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of com.lethanh98 : cache-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
cache-file-1.9.1
1.9
cache-file-1.9
1.8
cache-file-1.8
1.6
cache-file-1.6
1.5
cache-file-1.5
1.4
cache-file-1.4
1.2
cache-file-1.2
1.1
cache-file-1.1
1.0
cache-file-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lethanh98</groupId>
    <artifactId>cache-file</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lethanh98 : cache-file gradle dependency to your build.gradle file:

implementation 'com.lethanh98:cache-file:1.9.1'

Gradle Kotlin DSL: Add the following com.lethanh98 : cache-file gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lethanh98:cache-file:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lethanh98 : cache-file sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lethanh98" % "cache-file" % "1.9.1"

Advertisement