<dependency> <groupId>org.exist-db</groupId> <artifactId>exist-cache</artifactId> <version>6.3.0</version> </dependency>
implementation 'org.exist-db:exist-cache:6.3.0'
implementation("org.exist-db:exist-cache:6.3.0")
libraryDependencies += "org.exist-db" % "exist-cache" % "6.3.0"
@Grapes( @Grab(group='org.exist-db', module='exist-cache', version='6.3.0') )
<dependency org="org.exist-db" name="exist-cache" rev="6.3.0" />
[org.exist-db/exist-cache "6.3.0"]
'org.exist-db:exist-cache:jar:6.3.0'
<parent> <groupId>org.exist-db</groupId> <artifactId>exist-parent</artifactId> <version>6.3.0</version> </parent>
compile
|-- org.exist-db:exist-core
|-- com.github.ben-manes.caffeine:caffeine
|-- org.apache.logging.log4j:log4j-api
|-- xml-apis:xml-apis
test
|-- junit:junit