| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииeXist Данные Базы данных |
| Группа | Группаorg.exist-db |
| Идентификатор | Идентификаторexist-cache |
| Версия | Версия5.3.0 |
| Тип | Типjar |
| Описание |
ОписаниеeXist-db Cache Module
eXist-db Cache Module
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| exist-cache-5.3.0.pom | |
| exist-cache-5.3.0.jar | 19 KB |
| exist-cache-5.3.0-sources.jar | 12 KB |
| exist-cache-5.3.0-javadoc.jar | 44 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.exist-db/exist-cache/ -->
<dependency>
<groupId>org.exist-db</groupId>
<artifactId>exist-cache</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.exist-db/exist-cache/
implementation 'org.exist-db:exist-cache:5.3.0'
// https://jarcasting.com/artifacts/org.exist-db/exist-cache/
implementation ("org.exist-db:exist-cache:5.3.0")
'org.exist-db:exist-cache:jar:5.3.0'
<dependency org="org.exist-db" name="exist-cache" rev="5.3.0">
<artifact name="exist-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.exist-db', module='exist-cache', version='5.3.0')
)
libraryDependencies += "org.exist-db" % "exist-cache" % "5.3.0"
[org.exist-db/exist-cache "5.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.exist-db : exist-core | jar | 5.3.0 |
| com.github.ben-manes.caffeine : caffeine | jar | 2.9.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.14.1 |
| xml-apis : xml-apis | jar | 1.4.01 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |