Skip to content

Commit

Permalink
Merge pull request #14 from aliyun/unified
Browse files Browse the repository at this point in the history
Tunnel client initial version.
  • Loading branch information
okingniko committed Feb 20, 2019
2 parents 20754d6 + 132f64a commit e36e9c6
Show file tree
Hide file tree
Showing 699 changed files with 154,541 additions and 55,587 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。

## 版本
- 当前版本:2.2.4
- 当前版本:4.10.0

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

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

Expand Down

0 comments on commit e36e9c6

Please sign in to comment.