MVN

com.aliyun : hitsdb-client

Maven & Gradle

Sep 26, 2021
64 stars

Aliyun TSDB SDK for Java · The Alibaba TSDB SDK for Java used for accessing High Performance Time Series Database

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>hitsdb-client</artifactId>
    <version>0.3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun : hitsdb-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.7

All Versions

Choose a version of com.aliyun : hitsdb-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hitsdb-client-0.3.7
hitsdb-client-0.3.6
hitsdb-client-0.3.5
hitsdb-client-0.3.4
hitsdb-client-0.3.3
hitsdb-client-0.3.2
hitsdb-client-0.3.1
hitsdb-client-0.3.0
0.2.x
hitsdb-client-0.2.8
hitsdb-client-0.2.7
hitsdb-client-0.2.6
hitsdb-client-0.2.5
hitsdb-client-0.2.4
hitsdb-client-0.2.3
hitsdb-client-0.2.2
hitsdb-client-0.2.1
hitsdb-client-0.2.0
0.1.x
hitsdb-client-0.1.5
hitsdb-client-0.1.4
hitsdb-client-0.1.3
hitsdb-client-0.1.2
hitsdb-client-0.1.1
hitsdb-client-0.1.0
0.0.x
hitsdb-client-0.0.15
hitsdb-client-0.0.14
hitsdb-client-0.0.13
hitsdb-client-0.0.12
hitsdb-client-0.0.11
hitsdb-client-0.0.10
hitsdb-client-0.0.9
hitsdb-client-0.0.8
hitsdb-client-0.0.7
hitsdb-client-0.0.6
hitsdb-client-0.0.5
hitsdb-client-0.0.4
hitsdb-client-0.0.3
hitsdb-client-0.0.2
hitsdb-client-0.0.1

How to add a dependency to Maven

Add the following com.aliyun : hitsdb-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>hitsdb-client</artifactId>
    <version>0.3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun : hitsdb-client gradle dependency to your build.gradle file:

implementation 'com.aliyun:hitsdb-client:0.3.7'

Gradle Kotlin DSL: Add the following com.aliyun : hitsdb-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun:hitsdb-client:0.3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun : hitsdb-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun" % "hitsdb-client" % "0.3.7"