is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb 1.0.161

SimpleDB is designed to make powerful persistence easy for Java programmers. It does this by relegating the database to the simplest role possible-storing data as key/value pairs-and reimplementing and enhancing all of the usual database supporting features, such as indexes and notifications, in a Java-centric way, and by adding a few new features that traditional databases don't provide at all.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb
Version

Version

1.0.161
Type

Type

jar

Download jsimpledb 1.0.161


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