Download datastore-2.0.1.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 2.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datastore-2.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

datastore-2.0.1-javadoc.jar
datastore-2.0.1-sources.jar
datastore-2.0.1.jar
datastore-2.0.1.pom



Related Tutorials