Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arakelian/key-value-store

A key-value store API
https://github.com/arakelian/key-value-store

api java java-8 key-value

Last synced: 2 days ago
JSON representation

A key-value store API

Awesome Lists containing this project

README

        

# key-value-store

A generic key-value store API.

## Requirements

* Compatible with Java 8+

## Installation

The library is available on [Maven Central](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.arakelian%22%20AND%20a%3A%22key-value-store%22).

### Maven

Add the following to your `pom.xml`:

```xml


central
Central Repository
http://repo.maven.apache.org/maven2

true

...

com.arakelian
key-value-store
2.7.0
compile

```

### Gradle

Add the following to your `build.gradle`:

```groovy
repositories {
mavenCentral()
}

dependencies {
compile 'com.arakelian:key-value-store:2.7.0'
}
```

## Licence

Apache Version 2.0