Skip to content

Commit 132f64a

Browse files
committed
Tunnel client initial version.
1 parent 20754d6 commit 132f64a

File tree

699 files changed

+154541
-55587
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

699 files changed

+154541
-55587
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
1010

1111
## 版本
12-
- 当前版本:2.2.4
12+
- 当前版本:4.10.0
1313

1414
## 运行环境
1515
- JDK 6及其以上
1616

1717
## 安装
1818
#### Maven方式
19-
下载[最新版JAR包](https://search.maven.org/remote_content?g=com.aliyun.openservices&a=ots-public&v=LATEST)或者通过Maven:
19+
下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/4.10.0/tablestore-4.10.0.jar)或者通过Maven:
2020
```xml
2121
<dependency>
22-
<groupId>com.aliyun.openservices</groupId>
23-
<artifactId>ots-public</artifactId>
24-
<version>2.2.4</version>
22+
<groupId>com.aliyun.openservices</groupId>
23+
<artifactId>tablestore</artifactId>
24+
<version>4.10.0</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)