Download datastore-3.0-Alpha-5.jar file - Jar d

Jar examples for d:datastore

Description

Implements a key-value store API using Berkeley DB

You can download jar file datastore 3.0-Alpha-5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datastore-3.0-Alpha-5.jar to your project.

<dependency>
   <groupId>org.eurekaclinical</groupId>
   <artifactId>datastore</artifactId>
   <version>3.0-Alpha-5</version>
</dependency>
compile group: 'org.eurekaclinical', name: 'datastore', version: '3.0-Alpha-5'
libraryDependencies += "org.eurekaclinical" % "datastore" % "3.0-Alpha-5"
<dependency org="org.eurekaclinical" name="datastore" rev="3.0-Alpha-5"/>
@Grapes(@Grab(group='org.eurekaclinical', module='datastore', version='3.0-Alpha-5'))
'org.eurekaclinical:datastore:jar:3.0-Alpha-5'

Download

Click the following link to download the jar file.

datastore-3.0-Alpha-5-javadoc.jar
datastore-3.0-Alpha-5-sources.jar
datastore-3.0-Alpha-5.jar
datastore-3.0-Alpha-5.pom



Related Tutorials