is not current version
Last Version 1.6.0.Final

org.cache2k:cache2k-all 1.1.4.Beta

A light weight and high performance Java caching library. Android and Java 6 compatible. To avoid classloader problems the combined jar file cache2k-all is no longer supported. Please remove the cache2k-all dependency from your projects. For transition this depends on cache2k-api and cache2k-core.

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-all
Version

Version

1.1.4.Beta
Type

Type

jar

Download cache2k-all 1.1.4.Beta


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