keeval

JDBC Based Key/Value Store

License

License

GroupId

GroupId

com.devbury
ArtifactId

ArtifactId

keeval
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

keeval
JDBC Based Key/Value Store
Project URL

Project URL

https://github.com/devbury/keeval
Project Organization

Project Organization

devbury
Source Code Management

Source Code Management

https://github.com/devbury/keeval

Download keeval

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.4.3.RELEASE

Project Modules

There are no modules declared in this project.

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

devbury

Versions

Version
1.0.0