Last Version

cache2k base BOM 1.9.1.Alpha

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.

License

License

Categories

Categories

cache2k Data Caching
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-base-bom
Version

Version

1.9.1.Alpha
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://cache2k.org/cache2k-base-bom
Project Organization

Project Organization

headissue GmbH, Munich

Download cache2k-base-bom 1.9.1.Alpha


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

Dependencies

compile (1)

Group / Artifact Type Version
org.cache2k : cache2k-api jar 1.9.1.Alpha

runtime (1)

Group / Artifact Type Version
org.cache2k : cache2k-core jar 1.9.1.Alpha

Project Modules

There are no modules declared in this project.