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 fe2f05f commit 6c9f7b4Copy full SHA for 6c9f7b4
README.md
@@ -9,19 +9,19 @@
9
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
10
11
## 版本
12
- - 当前版本:4.11.0
+ - 当前版本:4.12.1
13
14
## 运行环境
15
- JDK 6及其以上
16
17
## 安装
18
#### Maven方式
19
-下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/4.11.0/tablestore-4.11.0.jar)或者通过Maven:
+下载[最新版JAR包](https://search.maven.org/remotecontent?filepath=com/aliyun/openservices/tablestore/4.12.1/tablestore-4.12.1.jar)或者通过Maven:
20
```xml
21
<dependency>
22
<groupId>com.aliyun.openservices</groupId>
23
<artifactId>tablestore</artifactId>
24
- <version>4.11.0</version>
+ <version>4.12.1</version>
25
</dependency>
26
```
27
0 commit comments