Skip to content

Commit

Permalink
repair readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn authored and Shawn committed Mar 19, 2022
1 parent bd54af4 commit 8698962
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@

## 通过maven安装
Udun-SDK的构建包已经托管在中央仓库里,直接在项目pom.xml里添加依赖即可,当前最新Release版本为***2.1.2***
Udun-SDK的构建包已经托管在中央仓库里,直接在项目里添加依赖即可,当前最新Release版本为***2.1.2***

1. Maven引用
```xml
<dependency>
<groupId>com.uduncloud</groupId>
<artifactId>udun-sdk</artifactId>
<version>2.1.2</version>
</dependency>
```

2. Gradle引用
```groovy
implementation group: 'com.uduncloud', name: 'udun-sdk', version: '2.1.2'
```
## 通过源码安装
1. 下载源码
```shell
Expand All @@ -35,4 +40,4 @@ mvn -Dmaven.test.skip=true clean install
- [回调调试工具](https://www.uduncloud.com/debug-monitor)

## Support
如果您遇到使用问题,请提交本工程的Issue,会有技术人员及时响应。或者你想咨询有经验的开发者,可以加入我们的Telegram技术交易群[UdunDeveloperCommunity](https://t.me/UdunWalletDevs)
如果您遇到使用问题,请提交本工程的Issue,会有技术人员及时响应。或者你想咨询有经验的开发者,可以加入我们的Telegram技术交流群[UdunDeveloperCommunity](https://t.me/UdunWalletDevs)

0 comments on commit 8698962

Please sign in to comment.