| License | License | 
|---|---|
| Categories | CategoriesKeY Data Data Formats Formal Verification | 
| GroupId | GroupIdcom.ethlo.keyvalue | 
| ArtifactId | ArtifactIdkeyvalue-api | 
| Last Version | Last Version0.9.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionKey/Value API Generic Key/Value Store API | 
| Filename | Size | 
|---|---|
| keyvalue-api-0.9.1.pom | |
| keyvalue-api-0.9.1.jar | 21 KB | 
| keyvalue-api-0.9.1-sources.jar | 22 KB | 
| keyvalue-api-0.9.1-javadoc.jar | 136 KB | 
| Browse | 
<!-- 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"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 24.1-jre | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| 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 |