is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb-main 3.0.1

JSimpleDB classes that map Java model classes onto the core API.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb-main
Version

Version

3.0.1
Type

Type

jar

Download jsimpledb-main 3.0.1


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