MVN

com.fasterxml : cachemate

Maven & Gradle

Nov 18, 2011
1 usages
21 stars

Cachemate · Library for simple in-memory, in-process caching of POJOs.

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>cachemate</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml : cachemate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of com.fasterxml : cachemate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
cachemate-0.5.0
0.4.x
cachemate-0.4.1
cachemate-0.4.0
0.3.x
cachemate-0.3.0
0.2.x
cachemate-0.2.0
0.1.x
cachemate-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.fasterxml</groupId>
    <artifactId>cachemate</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml : cachemate gradle dependency to your build.gradle file:

implementation 'com.fasterxml:cachemate:0.5.0'

Gradle Kotlin DSL: Add the following com.fasterxml : cachemate gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml:cachemate:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml : cachemate sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml" % "cachemate" % "0.5.0"

Advertisement