c

cache2k-schemas

A light weight and high performance Java caching library. XSD schema for the XML configuration.
Files download
File Operation
cache2k-schemas-1.3.4.Beta.jar download
cache2k-schemas-1.3.4.Beta.pom download
cache2k-schemas-1.3.4.Beta-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cache2k</groupId>
  <artifactId>cache2k-schemas</artifactId>
  <version>1.3.4.Beta</version>
</dependency>
Gradle Groovy
implementation 'org.cache2k:cache2k-schemas:1.3.4.Beta'
Gradle Kotlin
implementation("org.cache2k:cache2k-schemas:1.3.4.Beta")
Scala SBT
libraryDependencies += "org.cache2k" % "cache2k-schemas" % "1.3.4.Beta"
Groovy Grape
@Grapes(
  @Grab(group='org.cache2k', module='cache2k-schemas', version='1.3.4.Beta')
)
Apache Ivy
<dependency org="org.cache2k" name="cache2k-schemas" rev="1.3.4.Beta" />
Leiningen
[org.cache2k/cache2k-schemas "1.3.4.Beta"]
Apache Buildr
'org.cache2k:cache2k-schemas:jar:1.3.4.Beta'