| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.aliyun |
| ArtifactId | ArtifactIdhitsdb-client |
| Last Version | Last Version0.3.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAliyun TSDB SDK for Java
The Alibaba TSDB SDK for Java used for accessing High Performance Time Series Database
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hitsdb-client-0.3.7.pom | |
| hitsdb-client-0.3.7.jar | 245 KB |
| hitsdb-client-0.3.7-sources.jar | 126 KB |
| hitsdb-client-0.3.7-javadoc.jar | 966 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/hitsdb-client/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>hitsdb-client</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/hitsdb-client/
implementation 'com.aliyun:hitsdb-client:0.3.7'
// https://jarcasting.com/artifacts/com.aliyun/hitsdb-client/
implementation ("com.aliyun:hitsdb-client:0.3.7")
'com.aliyun:hitsdb-client:jar:0.3.7'
<dependency org="com.aliyun" name="hitsdb-client" rev="0.3.7">
<artifact name="hitsdb-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='hitsdb-client', version='0.3.7')
)
libraryDependencies += "com.aliyun" % "hitsdb-client" % "0.3.7"
[com.aliyun/hitsdb-client "0.3.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.3 |
| com.alibaba : fastjson | jar | 1.2.62 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
| junit : junit | jar | 4.11 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
| org.powermock : powermock-api-mockito | jar | 1.5.6 |
| org.powermock : powermock-module-junit4 | jar | 1.5.6 |