c

cache2k-core

A light weight and high performance Java caching library. Android and Java 6 compatible core library. This artifact is included in cache2k-all.
Files download
File Operation
cache2k-core-1.0.0.CR4.jar download
cache2k-core-1.0.0.CR4.pom download
cache2k-core-1.0.0.CR4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-core</artifactId>
  <version>1.0.0.CR4</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-core:1.0.0.CR4'
Gradle Kotlin
implementation("org.cache2k:cache2k-core:1.0.0.CR4")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-core" % "1.0.0.CR4"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-core', version='1.0.0.CR4')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-core" rev="1.0.0.CR4" />
Leiningen
[org.cache2k/cache2k-core "1.0.0.CR4"]
Apache Buildr
'org.cache2k:cache2k-core:jar:1.0.0.CR4'