License |
License |
---|---|
Categories |
Categoriescache2k Data Caching |
GroupId | GroupIdorg.cache2k |
ArtifactId | ArtifactIdcache2k-parent |
Last Version | Last Version2.6.1.Final |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncache2k Java Caching
A light weight and high performance Java caching library. Android and Java 6 compatible.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cache2k-parent-2.6.1.Final.pom | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-parent/ -->
<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-parent</artifactId>
<version>2.6.1.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-parent/
implementation 'org.cache2k:cache2k-parent:2.6.1.Final'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-parent/
implementation ("org.cache2k:cache2k-parent:2.6.1.Final")
'org.cache2k:cache2k-parent:pom:2.6.1.Final'
<dependency org="org.cache2k" name="cache2k-parent" rev="2.6.1.Final">
<artifact name="cache2k-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-parent', version='2.6.1.Final')
)
libraryDependencies += "org.cache2k" % "cache2k-parent" % "2.6.1.Final"
[org.cache2k/cache2k-parent "2.6.1.Final"]