is not current version
Last Version 0.13.0

com.github.tonivade:tinydb 0.11.1

TinyDB is a REDIS implementation in Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

tinydb
Version

Version

0.11.1
Type

Type

jar

Download tinydb 0.11.1


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