c

cache2k-core

A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the implementation of the core functionality of cache2k. For using and integrating cache2k in applications please use the definitions in the cache2k-api artifact only. Classes within the implementation code are not stable within releases and may move or even disappear.
Files download
File Operation
cache2k-core-2.6.1.Final.jar download
cache2k-core-2.6.1.Final.pom download
cache2k-core-2.6.1.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-core</artifactId>
  <version>2.6.1.Final</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-core:2.6.1.Final'
Gradle Kotlin
implementation("org.cache2k:cache2k-core:2.6.1.Final")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-core" % "2.6.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-core', version='2.6.1.Final')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-core" rev="2.6.1.Final" />
Leiningen
[org.cache2k/cache2k-core "2.6.1.Final"]
Apache Buildr
'org.cache2k:cache2k-core:jar:2.6.1.Final'