is not current version
Last Version 2.6.1.Final

org.cache2k:cache2k-api 1.3.8.Beta

A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the official API of cache2k. It is intended to be stable and well documented.

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-api
Version

Version

1.3.8.Beta
Type

Type

jar

Download cache2k-api 1.3.8.Beta


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