is not current version
Last Version 3.6.1

org.jsimpledb:jsimpledb-coreapi 3.0.1

JSimpleDB core API classes which provide objects, fields, indexes, queries, and schema management on top of a key/value store.

GroupId

GroupId

org.jsimpledb
ArtifactId

ArtifactId

jsimpledb-coreapi
Version

Version

3.0.1
Type

Type

jar

Download jsimpledb-coreapi 3.0.1


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