| Categories |
Categoriescache2k Data Caching |
|---|---|
| GroupId | GroupIdorg.cache2k |
| ArtifactId | ArtifactIdcache2k-core |
| Version | Version1.3.4.Beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| cache2k-core-1.3.4.Beta.pom | |
| cache2k-core-1.3.4.Beta.jar | 358 KB |
| cache2k-core-1.3.4.Beta-sources.jar | 199 KB |
| cache2k-core-1.3.4.Beta-javadoc.jar | 946 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cache2k/cache2k-core/ -->
<dependency>
<groupId>org.cache2k</groupId>
<artifactId>cache2k-core</artifactId>
<version>1.3.4.Beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.cache2k/cache2k-core/
implementation 'org.cache2k:cache2k-core:1.3.4.Beta'
// https://jarcasting.com/artifacts/org.cache2k/cache2k-core/
implementation ("org.cache2k:cache2k-core:1.3.4.Beta")
'org.cache2k:cache2k-core:jar:1.3.4.Beta'
<dependency org="org.cache2k" name="cache2k-core" rev="1.3.4.Beta">
<artifact name="cache2k-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cache2k', module='cache2k-core', version='1.3.4.Beta')
)
libraryDependencies += "org.cache2k" % "cache2k-core" % "1.3.4.Beta"
[org.cache2k/cache2k-core "1.3.4.Beta"]