License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdclaudb |
Last Version | Last Version1.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionClauDB
ClauDB is a REDIS implementation in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
claudb-1.8.1.pom | |
claudb-1.8.1.jar | 221 KB |
claudb-1.8.1-sources.jar | 115 KB |
claudb-1.8.1-javadoc.jar | 456 KB |
claudb-1.8.1-all.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/claudb/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>claudb</artifactId>
<version>1.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation 'com.github.tonivade:claudb:1.8.1'
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation ("com.github.tonivade:claudb:1.8.1")
'com.github.tonivade:claudb:jar:1.8.1'
<dependency org="com.github.tonivade" name="claudb" rev="1.8.1">
<artifact name="claudb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='claudb', version='1.8.1')
)
libraryDependencies += "com.github.tonivade" % "claudb" % "1.8.1"
[com.github.tonivade/claudb "1.8.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : resp-server | jar | 0.18.1 |
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 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.5 |
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 3.6.3 |
junit : junit | jar | 4.13.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.2 |
org.mockito : mockito-core | jar | 3.11.2 |
org.hamcrest : hamcrest-library | jar | 2.2 |