License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdtinydb |
Version | Version0.13.0 |
Type | Typejar |
Description |
DescriptionTinyDB
TinyDB is a REDIS implementation in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tinydb-0.13.0.pom | |
tinydb-0.13.0.jar | 212 KB |
tinydb-0.13.0-sources.jar | 110 KB |
tinydb-0.13.0-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/tinydb/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>tinydb</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/tinydb/
implementation 'com.github.tonivade:tinydb:0.13.0'
// https://jarcasting.com/artifacts/com.github.tonivade/tinydb/
implementation ("com.github.tonivade:tinydb:0.13.0")
'com.github.tonivade:tinydb:jar:0.13.0'
<dependency org="com.github.tonivade" name="tinydb" rev="0.13.0">
<artifact name="tinydb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='tinydb', version='0.13.0')
)
libraryDependencies += "com.github.tonivade" % "tinydb" % "0.13.0"
[com.github.tonivade/tinydb "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : resp-server | jar | 0.7.4 |
com.github.tonivade : equalizer | jar | 0.2.0 |
net.sf.jopt-simple : jopt-simple | jar | 5.0.4 |
org.luaj : luaj-jse | jar | 3.0.1 |
org.caffinitas.ohc : ohc-core-j8 | jar | 0.6.1 |
de.ruedigermoeller : fst | jar | 2.53 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
redis.clients : jedis | jar | 2.9.0 |
org.mockito : mockito-core | jar | 2.10.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |