t

tablestore-grid

AliCloud TableStore Timeline SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com
http://www.aliyun.com
Aliyun SDK
Files download
File Operation
tablestore-grid-1.0.0.jar download
tablestore-grid-1.0.0.pom download
tablestore-grid-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aliyun.tablestore</groupId>
  <artifactId>tablestore-grid</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.aliyun.tablestore:tablestore-grid:1.0.0'
Gradle Kotlin
implementation("com.aliyun.tablestore:tablestore-grid:1.0.0")
Scala SBT
libraryDependencies += "com.aliyun.tablestore" % "tablestore-grid" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aliyun.tablestore', module='tablestore-grid', version='1.0.0')
)
Apache Ivy
<dependency org="com.aliyun.tablestore" name="tablestore-grid" rev="1.0.0" />
Leiningen
[com.aliyun.tablestore/tablestore-grid "1.0.0"]
Apache Buildr
'com.aliyun.tablestore:tablestore-grid:jar:1.0.0'