e

exist-cache

eXist-db Cache Module
Files download
File Operation
exist-cache-6.3.0.jar download
exist-cache-6.3.0.pom download
exist-cache-6.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-cache</artifactId>
  <version>6.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-cache:6.3.0'
Gradle Kotlin
implementation("org.exist-db:exist-cache:6.3.0")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-cache" % "6.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-cache', version='6.3.0')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-cache" rev="6.3.0" />
Leiningen
[org.exist-db/exist-cache "6.3.0"]
Apache Buildr
'org.exist-db:exist-cache:jar:6.3.0'