| License |
License |
|---|---|
| GroupId | GroupIddev.ssdd |
| ArtifactId | ArtifactIdrtdb |
| Version | Version2.1 |
| Type | Typejar |
| Description |
DescriptionSSDD
This is SSDD's Real Time Database
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rtdb-2.1.pom | |
| rtdb-2.1.jar | 445 KB |
| rtdb-2.1-sources.jar | 615 KB |
| rtdb-2.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.ssdd/rtdb/ -->
<dependency>
<groupId>dev.ssdd</groupId>
<artifactId>rtdb</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.ssdd/rtdb/
implementation 'dev.ssdd:rtdb:2.1'
// https://jarcasting.com/artifacts/dev.ssdd/rtdb/
implementation ("dev.ssdd:rtdb:2.1")
'dev.ssdd:rtdb:jar:2.1'
<dependency org="dev.ssdd" name="rtdb" rev="2.1">
<artifact name="rtdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.ssdd', module='rtdb', version='2.1')
)
libraryDependencies += "dev.ssdd" % "rtdb" % "2.1"
[dev.ssdd/rtdb "2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.14.3 |
| com.google.code.gson : gson | jar | 2.8.9 |
| org.jetbrains : annotations | jar | 22.0.0 |
| org.json : json | jar | 20210307 |
| com.jayway.jsonpath : json-path | jar | 2.6.0 |