| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных |
| Группа | Группаorg.codehaus.httpcache4j.storage |
| Идентификатор | Идентификаторstorage-h2 |
| Последняя версия | Последняя версия4.0-RC2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava HTTP cache :: Storage Engines :: H2
Storage using H2 database, note that this module requires Java 6
|
| Имя Файла | Размер |
|---|---|
| storage-h2-4.0-RC2.pom | |
| storage-h2-4.0-RC2.jar | 3 KB |
| storage-h2-4.0-RC2-tests.jar | 4 KB |
| storage-h2-4.0-RC2-sources.jar | 2 KB |
| storage-h2-4.0-RC2-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-h2</artifactId>
<version>4.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/
implementation 'org.codehaus.httpcache4j.storage:storage-h2:4.0-RC2'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-h2/
implementation ("org.codehaus.httpcache4j.storage:storage-h2:4.0-RC2")
'org.codehaus.httpcache4j.storage:storage-h2:jar:4.0-RC2'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-h2" rev="4.0-RC2">
<artifact name="storage-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-h2', version='4.0-RC2')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-h2" % "4.0-RC2"
[org.codehaus.httpcache4j.storage/storage-h2 "4.0-RC2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0-RC2 |
| com.h2database : h2 | jar | 1.2.126 |
| org.codehaus.httpcache4j.storage : storage-jdbc | jar | 4.0-RC2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0-RC2 |
| org.mockito : mockito-core | jar | 1.9.5 |
| junit : junit | jar | 4.11 |