MVN

com.github.ben-manes.caffeine : jcache

Maven & Gradle

Mar 06, 2023
74 usages
11k stars

Caffeine cache · A high performance caching library

<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId>
    <artifactId>jcache</artifactId>
    <version>3.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ben-manes.caffeine : jcache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.5

All Versions

Choose a version of com.github.ben-manes.caffeine : jcache to add to Maven or Gradle - All Versions:

  • Version Updated
  • jcache-3.1.5

    Mar 06, 2023
  • jcache-3.1.4

    Feb 20, 2023
  • jcache-3.1.3

    Feb 10, 2023
  • jcache-3.1.2

    Nov 23, 2022
  • jcache-3.1.1

    May 26, 2022
  • jcache-3.1.0

    Apr 28, 2022
  • jcache-3.0.6

    Mar 19, 2022
  • jcache-3.0.5

    Dec 03, 2021
  • jcache-2.9.3

    Dec 03, 2021
  • jcache-3.0.4

    Sep 13, 2021
  • jcache-3.0.3

    Jul 02, 2021
  • jcache-2.9.2

    Jul 02, 2021
  • jcache-2.9.1

    May 03, 2021
  • jcache-3.0.2

    May 03, 2021
  • jcache-3.0.1

    Mar 18, 2021
  • jcache-3.0.0

    Feb 21, 2021
  • jcache-2.9.0

    Feb 16, 2021
  • jcache-2.8.8

    Dec 08, 2020
  • jcache-2.8.7

    Dec 07, 2020
  • jcache-2.8.6

    Oct 12, 2020
  • jcache-2.8.5

    Jun 29, 2020
  • jcache-2.8.4

    May 21, 2020
  • jcache-2.8.3

    May 18, 2020
  • jcache-2.8.2

    Apr 27, 2020
  • jcache-2.8.1

    Jan 15, 2020
  • jcache-2.8.0

    Aug 06, 2019
  • jcache-2.7.0

    Feb 24, 2019
  • jcache-2.6.2

    Feb 22, 2018
  • jcache-2.6.1

    Dec 28, 2017
  • jcache-2.6.0

    Nov 01, 2017
  • jcache-2.5.6

    Sep 22, 2017
  • jcache-2.5.5

    Aug 16, 2017
  • jcache-2.5.4

    Aug 04, 2017
  • jcache-2.5.3

    Jul 09, 2017
  • jcache-2.5.2

    May 29, 2017
  • jcache-2.5.1

    May 22, 2017
  • jcache-2.5.0

    May 08, 2017
  • jcache-2.4.0

    Feb 19, 2017
  • jcache-2.3.5

    Nov 07, 2016
  • jcache-2.3.4

    Oct 31, 2016
  • jcache-2.3.3

    Aug 27, 2016
  • jcache-2.3.2

    Aug 11, 2016
  • jcache-2.3.1

    Jun 13, 2016
  • jcache-2.3.0

    Apr 23, 2016
  • jcache-2.2.7

    Apr 17, 2016
  • jcache-2.2.6

    Apr 03, 2016
  • jcache-2.2.5

    Apr 03, 2016
  • jcache-2.2.4

    Apr 03, 2016
  • jcache-2.2.3

    Mar 23, 2016
  • jcache-2.2.2

    Feb 29, 2016
  • jcache-2.2.1

    Feb 25, 2016
  • jcache-2.2.0

    Feb 19, 2016
  • jcache-2.1.0

    Jan 18, 2016
  • jcache-2.0.3

    Dec 20, 2015
  • jcache-2.0.2

    Dec 02, 2015
  • jcache-2.0.1

    Nov 13, 2015
  • jcache-2.0.0

    Nov 09, 2015
  • jcache-1.3.3

    Sep 26, 2015
  • jcache-1.3.2

    Sep 03, 2015
  • jcache-1.3.1

    Jul 14, 2015
  • jcache-1.3.0

    Jul 13, 2015
  • jcache-1.2.0

    May 09, 2015
  • jcache-1.1.0

    Apr 18, 2015
  • jcache-1.0.1

    Mar 30, 2015
  • jcache-1.0.0

    Mar 24, 2015

How to add a dependency to Maven

Add the following com.github.ben-manes.caffeine : jcache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId>
    <artifactId>jcache</artifactId>
    <version>3.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ben-manes.caffeine : jcache gradle dependency to your build.gradle file:

implementation 'com.github.ben-manes.caffeine:jcache:3.1.5'

Gradle Kotlin DSL: Add the following com.github.ben-manes.caffeine : jcache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ben-manes.caffeine:jcache:3.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ben-manes.caffeine : jcache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ben-manes.caffeine" % "jcache" % "3.1.5"

Advertisement