MVN

cn.edu.tsinghua : iotdb-jdbc

Maven & Gradle

Dec 18, 2018
18 stars

IoTDB Jdbc · A jdbc driver for a time series database, IoTDB, which uses TsFile as its storage format on disk.

<dependency>
    <groupId>cn.edu.tsinghua</groupId>
    <artifactId>iotdb-jdbc</artifactId>
    <version>0.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.edu.tsinghua : iotdb-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of cn.edu.tsinghua : iotdb-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
iotdb-jdbc-0.7.1
iotdb-jdbc-0.7.0
0.6.x
iotdb-jdbc-0.6.0
0.5.x
iotdb-jdbc-0.5.0
0.4.x
iotdb-jdbc-0.4.0
0.3.x
iotdb-jdbc-0.3.0
0.1.x
iotdb-jdbc-0.1.2
iotdb-jdbc-0.1.1
iotdb-jdbc-0.1.0

How to add a dependency to Maven

Add the following cn.edu.tsinghua : iotdb-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.edu.tsinghua</groupId>
    <artifactId>iotdb-jdbc</artifactId>
    <version>0.7.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.edu.tsinghua : iotdb-jdbc gradle dependency to your build.gradle file:

implementation 'cn.edu.tsinghua:iotdb-jdbc:0.7.1'

Gradle Kotlin DSL: Add the following cn.edu.tsinghua : iotdb-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.edu.tsinghua:iotdb-jdbc:0.7.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.edu.tsinghua : iotdb-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.edu.tsinghua" % "iotdb-jdbc" % "0.7.1"