is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb 2.1.1

JSimpleDB is a better persistence layer for Java.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb
Version

Version

2.1.1
Type

Type

pom

Download jsimpledb 2.1.1

Filename Size
jsimpledb-2.1.1.pom 30 KB
Browse

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