keeval 
Keeval is a simple lightweight key/value store. It is for simple apps that need to store objects. KeeVal is a Spring Boot starter that, by default, stores object in an H2 database that is stored in a file.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.devbury |
| Идентификатор | Идентификаторkeeval |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеkeeval
JDBC Based Key/Value Store
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| keeval-1.0.0.pom | |
| keeval-1.0.0.jar | 11 KB |
| keeval-1.0.0-sources.jar | 6 KB |
| keeval-1.0.0-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.devbury/keeval/ -->
<dependency>
<groupId>com.devbury</groupId>
<artifactId>keeval</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.devbury/keeval/
implementation 'com.devbury:keeval:1.0.0'
// https://jarcasting.com/artifacts/com.devbury/keeval/
implementation ("com.devbury:keeval:1.0.0")
'com.devbury:keeval:jar:1.0.0'
<dependency org="com.devbury" name="keeval" rev="1.0.0">
<artifact name="keeval" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devbury', module='keeval', version='1.0.0')
)
libraryDependencies += "com.devbury" % "keeval" % "1.0.0"
[com.devbury/keeval "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 1.4.3.RELEASE |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 1.4.3.RELEASE |
| com.h2database : h2 | jar | 1.4.193 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.4.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.4.3.RELEASE |
Keeval is a simple lightweight key/value store. It is for simple apps that need to store objects. KeeVal is a Spring Boot starter that, by default, stores object in an H2 database that is stored in a file.