c

cache2k-base-bom

A light weight and high performance Java caching library. Android and Java 6 compatible. It can be expected that this bill of material POM always provides the artifacts for basic caching functionality that is useful and needed for applications, like: The in memory cache, XML configuration and JMX support. The core artifact with the implementation is added as runtime dependency so only the API is included in the compile scope for development.
Files download
File Operation
cache2k-base-bom-1.9.1.Alpha.pom download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-base-bom</artifactId>
  <version>1.9.1.Alpha</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-base-bom:1.9.1.Alpha'
Gradle Kotlin
implementation("org.cache2k:cache2k-base-bom:1.9.1.Alpha")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-base-bom" % "1.9.1.Alpha"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-base-bom', version='1.9.1.Alpha')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-base-bom" rev="1.9.1.Alpha" />
Leiningen
[org.cache2k/cache2k-base-bom "1.9.1.Alpha"]
Apache Buildr
'org.cache2k:cache2k-base-bom:jar:1.9.1.Alpha'