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.
| License |
License |
|---|---|
| GroupId | GroupIdcom.devbury |
| ArtifactId | ArtifactIdkeeval |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkeeval
JDBC Based Key/Value Store
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 Optional | jar | 1.4.3.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| 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.