is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb 1.1.748

JSimpleDB makes powerful persistence easy for Java programmers. JSimpleDB's goal is to make scalable Java persistence as simple as possible, exposing complexity to the developer only when there is inherent underlying complexity in the problem space, and even then doing so in the most straightforward manner, all the while remaining strictly type safe. JSimpleDB does this by relegating the database to the simplest role possible - storing data as key/value pairs - and reimplementing the usual database supporting features, such as indexes and notifications, in a simpler, type-safe, Java-centric way. JSimpleDB also adds important new features that traditional databases don't provide.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb
Version

Version

1.1.748
Type

Type

jar

Download jsimpledb 1.1.748


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