MVN

com.github.nagyesta : cache-only

Maven & Gradle

Aug 17, 2023
0 stars

Cache-Only · Cache-Only is a minimal library augmenting the Spring cache abstraction with a way for caching bulk API calls.

<dependency>
    <groupId>com.github.nagyesta</groupId>
    <artifactId>cache-only</artifactId>
    <version>2.0.173</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nagyesta : cache-only to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.173

All Versions

Choose a version of com.github.nagyesta : cache-only to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cache-only-2.0.173
cache-only-2.0.172
cache-only-2.0.158
cache-only-2.0.151
cache-only-2.0.143
cache-only-2.0.135
cache-only-2.0.120
cache-only-2.0.103
cache-only-2.0.92
cache-only-2.0.82
cache-only-2.0.77
cache-only-2.0.67
cache-only-2.0.50
cache-only-2.0.39
cache-only-2.0.36
cache-only-2.0.29
cache-only-2.0.22
cache-only-2.0.18
cache-only-2.0.17
cache-only-2.0.13
cache-only-2.0.11
cache-only-2.0.10
cache-only-2.0.6
cache-only-2.0.0
1.3.x
cache-only-1.3.28
cache-only-1.3.26
cache-only-1.3.15
cache-only-1.3.5
cache-only-1.3.4
cache-only-1.3.3
cache-only-1.3.1
cache-only-1.3.0
1.2.x
cache-only-1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nagyesta</groupId>
    <artifactId>cache-only</artifactId>
    <version>2.0.173</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.nagyesta:cache-only:2.0.173'

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

implementation("com.github.nagyesta:cache-only:2.0.173")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.nagyesta" % "cache-only" % "2.0.173"