Download tinydb-0.8.0.jar file - Jar t

Jar examples for t:tinydb

Description

TinyDB is a REDIS implementation in Java

You can download jar file tinydb 0.8.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add tinydb-0.8.0.jar to your project.

<dependency>
   <groupId>com.github.tonivade</groupId>
   <artifactId>tinydb</artifactId>
   <version>0.8.0</version>
</dependency>
compile group: 'com.github.tonivade', name: 'tinydb', version: '0.8.0'
libraryDependencies += "com.github.tonivade" % "tinydb" % "0.8.0"
<dependency org="com.github.tonivade" name="tinydb" rev="0.8.0"/>
@Grapes(@Grab(group='com.github.tonivade', module='tinydb', version='0.8.0'))
'com.github.tonivade:tinydb:jar:0.8.0'

Download

Click the following link to download the jar file.

tinydb-0.8.0-javadoc.jar
tinydb-0.8.0-sources.jar
tinydb-0.8.0.jar
tinydb-0.8.0.pom



Related Tutorials