| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tonivade |
| ArtifactId | ArtifactIdclaudb |
| Version | Version1.7.1 |
| 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.7.1.pom | |
| claudb-1.7.1.jar | 221 KB |
| claudb-1.7.1-sources.jar | 115 KB |
| claudb-1.7.1-javadoc.jar | 456 KB |
| claudb-1.7.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.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation 'com.github.tonivade:claudb:1.7.1'
// https://jarcasting.com/artifacts/com.github.tonivade/claudb/
implementation ("com.github.tonivade:claudb:1.7.1")
'com.github.tonivade:claudb:jar:1.7.1'
<dependency org="com.github.tonivade" name="claudb" rev="1.7.1">
<artifact name="claudb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='claudb', version='1.7.1')
)
libraryDependencies += "com.github.tonivade" % "claudb" % "1.7.1"
[com.github.tonivade/claudb "1.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tonivade : resp-server | jar | 0.16.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.57 |
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.2.0 |
| junit : junit | jar | 4.12 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |
| org.mockito : mockito-core | jar | 3.3.3 |
| org.hamcrest : hamcrest-library | jar | 2.2 |