Key/Value API

Generic Key/Value Store API

License

License

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

com.ethlo.keyvalue
ArtifactId

ArtifactId

keyvalue-api
Last Version

Last Version

0.9.1
Release Date

Release Date

Type

Type

jar
Description

Description

Key/Value API
Generic Key/Value Store API

Download keyvalue-api

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 24.1-jre
org.slf4j : slf4j-api jar 1.7.25

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.springframework : spring-context jar
commons-logging : commons-logging jar 1.1.1
org.springframework : spring-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.1
0.9.0