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-1.3.8.Beta.jar download
cache2k-core-1.3.8.Beta.pom download
cache2k-core-1.3.8.Beta-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-core</artifactId>
  <version>1.3.8.Beta</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-core:1.3.8.Beta'
Gradle Kotlin
implementation("org.cache2k:cache2k-core:1.3.8.Beta")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-core" % "1.3.8.Beta"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-core', version='1.3.8.Beta')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-core" rev="1.3.8.Beta" />
Leiningen
[org.cache2k/cache2k-core "1.3.8.Beta"]
Apache Buildr
'org.cache2k:cache2k-core:jar:1.3.8.Beta'