MVN

org.apache.iotdb : influxdb-thrift

Maven & Gradle

Jul 24, 2023
3.2k stars

influxdb-rpc-thrift · RPC (Thrift) framework for influxdb protocol.

<dependency>
    <groupId>org.apache.iotdb</groupId>
    <artifactId>influxdb-thrift</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.iotdb : influxdb-thrift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.apache.iotdb : influxdb-thrift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
influxdb-thrift-1.1.2
influxdb-thrift-1.1.1
influxdb-thrift-1.1.0
1.0.x
influxdb-thrift-1.0.1
influxdb-thrift-1.0.0
0.14.x
influxdb-thrift-0.14.0-preview3
influxdb-thrift-0.14.0-preview2
influxdb-thrift-0.14.0-preview1
0.13.x
influxdb-thrift-0.13.4
influxdb-thrift-0.13.3
influxdb-thrift-0.13.2
influxdb-thrift-0.13.1
influxdb-thrift-0.13.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.iotdb</groupId>
    <artifactId>influxdb-thrift</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.iotdb : influxdb-thrift gradle dependency to your build.gradle file:

implementation 'org.apache.iotdb:influxdb-thrift:1.1.2'

Gradle Kotlin DSL: Add the following org.apache.iotdb : influxdb-thrift gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.iotdb:influxdb-thrift:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.iotdb : influxdb-thrift sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.iotdb" % "influxdb-thrift" % "1.1.2"

Advertisement