Last Version

shieldb 0.1.3

ShieldDB is a simple embedded database with JSON file backend with optional in-memory read cache.

License

License

GroupId

GroupId

nf.fr.k49
ArtifactId

ArtifactId

shielddb-parent
Version

Version

0.1.3
Type

Type

pom
Description

Description

shieldb
ShieldDB is a simple embedded database with JSON file backend with optional in-memory read cache.
Project URL

Project URL

https://github.com/kuroidoruido/ShieldDB

Download shielddb-parent 0.1.3


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • shielddb-core
  • shielddb-demo-app
  • shielddb-gson-backend