MVN

org.anyline : anyline-data-jdbc-iotdb

Maven & Gradle

Oct 23, 2023

anyline-data-jdbc-iotdb · Apache IoTDB

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-jdbc-iotdb</artifactId>
    <version>8.6.5-20231023</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyline : anyline-data-jdbc-iotdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.5-20231023

All Versions

Choose a version of org.anyline : anyline-data-jdbc-iotdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
anyline-data-jdbc-iotdb-8.6.5-20231023

How to add a dependency to Maven

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

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data-jdbc-iotdb</artifactId>
    <version>8.6.5-20231023</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyline : anyline-data-jdbc-iotdb gradle dependency to your build.gradle file:

implementation 'org.anyline:anyline-data-jdbc-iotdb:8.6.5-20231023'

Gradle Kotlin DSL: Add the following org.anyline : anyline-data-jdbc-iotdb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyline:anyline-data-jdbc-iotdb:8.6.5-20231023")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyline : anyline-data-jdbc-iotdb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyline" % "anyline-data-jdbc-iotdb" % "8.6.5-20231023"

Advertisement