is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb 2.2.0

JSimpleDB is a better persistence layer for Java.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb
Version

Version

2.2.0
Type

Type

pom

Download jsimpledb 2.2.0

Filename Size
jsimpledb-2.2.0.pom 32 KB
Browse

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