is not current version
Last Version 2.6.1.Final

cache2k core implementation 2.5.2.Alpha

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.

License

License

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-core
Version

Version

2.5.2.Alpha
Type

Type

jar
Description

Description

cache2k core implementation
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.
Project URL

Project URL

https://cache2k.org/cache2k-core
Project Organization

Project Organization

headissue GmbH, Munich

Download cache2k-core 2.5.2.Alpha


<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-core/ -->
<dependency>
    <groupId>org.cache2k</groupId>
    <artifactId>cache2k-core</artifactId>
    <version>2.5.2.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-core/
implementation 'org.cache2k:cache2k-core:2.5.2.Alpha'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-core/
implementation ("org.cache2k:cache2k-core:2.5.2.Alpha")
'org.cache2k:cache2k-core:jar:2.5.2.Alpha'
<dependency org="org.cache2k" name="cache2k-core" rev="2.5.2.Alpha">
  <artifact name="cache2k-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-core', version='2.5.2.Alpha')
)
libraryDependencies += "org.cache2k" % "cache2k-core" % "2.5.2.Alpha"
[org.cache2k/cache2k-core "2.5.2.Alpha"]

Dependencies

compile (2)

Group / Artifact Type Version
org.cache2k : cache2k-api jar 2.5.2.Alpha
org.slf4j : slf4j-api Optional jar 1.7.32

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.32
org.cache2k : cache2k-testing jar 2.5.2.Alpha
net.jcip : jcip-annotations jar 1.0
org.cache2k : cache2k-schema jar 2.5.2.Alpha

Project Modules

There are no modules declared in this project.