Last Version

Datastore 3.3

Implements a key-value store API using Berkeley DB

License

License

Categories

Categories

Data CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

datastore
Version

Version

3.3
Type

Type

jar
Description

Description

Datastore
Implements a key-value store API using Berkeley DB
Project Organization

Project Organization

Emory University
Source Code Management

Source Code Management

https://github.com/eurekaclinical/datastore.git

Download datastore 3.3


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

Dependencies

compile (5)

Group / Artifact Type Version
com.sleepycat : je jar 18.3.12
org.eurekaclinical : javautil jar 4.5
com.sun.xml.bind : jaxb-core jar 2.3.0.1
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-impl jar 2.3.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.