| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.iotdb |
| ArtifactId | ArtifactIdiotdb-jdbc |
| Last Version | Last Version0.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionIoTDB Jdbc
A jdbc driver for a time series database, IoTDB, which uses TsFile as its storage format on disk.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| iotdb-jdbc-0.13.0.pom | |
| iotdb-jdbc-0.13.0.jar | 58 KB |
| iotdb-jdbc-0.13.0-sources.jar | 44 KB |
| iotdb-jdbc-0.13.0-javadoc.jar | 535 KB |
| iotdb-jdbc-0.13.0-jar-with-dependencies.jar | 8 MB |
| iotdb-jdbc-0.13.0-features.xml | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-jdbc/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-jdbc</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-jdbc/
implementation 'org.apache.iotdb:iotdb-jdbc:0.13.0'
// https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-jdbc/
implementation ("org.apache.iotdb:iotdb-jdbc:0.13.0")
'org.apache.iotdb:iotdb-jdbc:jar:0.13.0'
<dependency org="org.apache.iotdb" name="iotdb-jdbc" rev="0.13.0">
<artifact name="iotdb-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='iotdb-jdbc', version='0.13.0')
)
libraryDependencies += "org.apache.iotdb" % "iotdb-jdbc" % "0.13.0"
[org.apache.iotdb/iotdb-jdbc "0.13.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.iotdb : service-rpc | jar | 0.13.0 |
| org.osgi : osgi.cmpn | jar | 6.0.0 |
| org.ops4j.pax.jdbc : pax-jdbc-common | jar | 1.4.5 |
| org.osgi : org.osgi.core | jar | 6.0.0 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.23.0 |
| junit : junit | jar | 4.13.2 |
| org.testcontainers : testcontainers | jar | 1.15.2 |