Download keyvalue-api-0.9.0.jar file - Jar k

Jar examples for k:keyvalue-api

Description

Generic Key/Value Store API

You can download jar file keyvalue-api 0.9.0 in this page.

Build File

You can use the following script to add keyvalue-api-0.9.0.jar to your project.

<dependency>
   <groupId>com.ethlo.keyvalue</groupId>
   <artifactId>keyvalue-api</artifactId>
   <version>0.9.0</version>
</dependency>
compile group: 'com.ethlo.keyvalue', name: 'keyvalue-api', version: '0.9.0'
libraryDependencies += "com.ethlo.keyvalue" % "keyvalue-api" % "0.9.0"
<dependency org="com.ethlo.keyvalue" name="keyvalue-api" rev="0.9.0"/>
@Grapes(@Grab(group='com.ethlo.keyvalue', module='keyvalue-api', version='0.9.0'))
'com.ethlo.keyvalue:keyvalue-api:jar:0.9.0'

Download

Click the following link to download the jar file.

keyvalue-api-0.9.0-javadoc.jar
keyvalue-api-0.9.0-sources.jar
keyvalue-api-0.9.0.jar
keyvalue-api-0.9.0.pom



Related Tutorials