| License |
License
MIT-License
|
|---|---|
| GroupId | GroupIdio.github.thingsdb |
| ArtifactId | ArtifactIdthingsdb |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionthingsdb
This project is a library for communicating with ThingsDB in Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| thingsdb-0.1.0.pom | |
| thingsdb-0.1.0.jar | 47 KB |
| thingsdb-0.1.0-sources.jar | 27 KB |
| thingsdb-0.1.0-javadoc.jar | 622 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.thingsdb/thingsdb/ -->
<dependency>
<groupId>io.github.thingsdb</groupId>
<artifactId>thingsdb</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thingsdb/thingsdb/
implementation 'io.github.thingsdb:thingsdb:0.1.0'
// https://jarcasting.com/artifacts/io.github.thingsdb/thingsdb/
implementation ("io.github.thingsdb:thingsdb:0.1.0")
'io.github.thingsdb:thingsdb:jar:0.1.0'
<dependency org="io.github.thingsdb" name="thingsdb" rev="0.1.0">
<artifact name="thingsdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thingsdb', module='thingsdb', version='0.1.0')
)
libraryDependencies += "io.github.thingsdb" % "thingsdb" % "0.1.0"
[io.github.thingsdb/thingsdb "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.msgpack : msgpack-core | jar | 0.9.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |