is not current version
Last Version 0.13.0

com.github.tonivade:tinydb 0.12.0

TinyDB is a REDIS implementation in Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

tinydb
Version

Version

0.12.0
Type

Type

jar

Download tinydb 0.12.0


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