is not current version
Last Version 2.6.1.Final

org.cache2k:cache2k-config 2.1.4.Beta


Categories

Categories

cache2k Data Caching config Application Layer Libs Configuration
GroupId

GroupId

org.cache2k
ArtifactId

ArtifactId

cache2k-config
Version

Version

2.1.4.Beta
Type

Type

jar

Download cache2k-config 2.1.4.Beta


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