We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab76929 commit 22a2723Copy full SHA for 22a2723
README.md
@@ -9,19 +9,19 @@
9
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
10
11
## 版本
12
- - 当前版本:4.10.2
+ - 当前版本:4.11.0
13
14
## 运行环境
15
- JDK 6及其以上
16
17
## 安装
18
#### Maven方式
19
-下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/4.10.2/tablestore-4.10.2.jar)或者通过Maven:
+下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/4.11.0/tablestore-4.11.0.jar)或者通过Maven:
20
```xml
21
<dependency>
22
<groupId>com.aliyun.openservices</groupId>
23
<artifactId>tablestore</artifactId>
24
- <version>4.10.2</version>
+ <version>4.11.0</version>
25
</dependency>
26
```
27
0 commit comments