is not current version
Last Version 3.3

org.eurekaclinical:datastore 3.0-Beta-1

Implements a key-value store API using Berkeley DB

Categories

Categories

Data CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

datastore
Version

Version

3.0-Beta-1
Type

Type

jar

Download datastore 3.0-Beta-1


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