key-value-store

null

License

License

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

com.arakelian
ArtifactId

ArtifactId

key-value-store
Last Version

Last Version

2.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

key-value-store
null
Project URL

Project URL

https://github.com/arakelian/key-value-store
Source Code Management

Source Code Management

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

Download key-value-store

How to add to project

<!-- https://jarcasting.com/artifacts/com.arakelian/key-value-store/ -->
<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>key-value-store</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.arakelian/key-value-store/
implementation 'com.arakelian:key-value-store:2.7.0'
// https://jarcasting.com/artifacts/com.arakelian/key-value-store/
implementation ("com.arakelian:key-value-store:2.7.0")
'com.arakelian:key-value-store:jar:2.7.0'
<dependency org="com.arakelian" name="key-value-store" rev="2.7.0">
  <artifact name="key-value-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arakelian', module='key-value-store', version='2.7.0')
)
libraryDependencies += "com.arakelian" % "key-value-store" % "2.7.0"
[com.arakelian/key-value-store "2.7.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.immutables : value-annotations jar 2.8.8
com.arakelian : more-commons jar 3.0.0
com.lmax : disruptor jar 3.4.2
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
org.slf4j : slf4j-api jar 1.7.30

test (7)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.13.3
org.apache.logging.log4j : log4j-core jar 2.13.3
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.3
org.slf4j : jcl-over-slf4j jar 1.7.30
org.slf4j : jul-to-slf4j jar 1.7.30
org.junit.jupiter : junit-jupiter jar 5.7.0
com.arakelian : jackson-utils jar 3.4.0

Project Modules

There are no modules declared in this project.

key-value-store

A generic key-value store API.

Requirements

  • Compatible with Java 8+

Installation

The library is available on Maven Central.

Maven

Add the following to your pom.xml:

<repositories>
    <repository>
        <id>central</id>
        <name>Central Repository</name>
        <url>http://repo.maven.apache.org/maven2</url>
        <releases>
            <enabled>true</enabled>
        </releases>
    </repository>
</repositories>

...

<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>key-value-store</artifactId>
    <version>2.7.0</version>
    <scope>compile</scope>
</dependency>

Gradle

Add the following to your build.gradle:

repositories {
  mavenCentral()
}

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

Licence

Apache Version 2.0

Versions

Version
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.10.0
1.9.8
1.9.7
1.9.6
1.9.5
1.9.2
1.9.1
1.9.0
1.8.0
1.7.3
1.7.2
1.7.0
1.6.6
1.5.1