Update README.md

This commit is contained in:
synchronized 2019-06-25 21:56:56 +08:00 committed by GitHub
parent eec51ec8be
commit f2053339a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@ dependencies {
### 2.3.jar包下载
[EasyCaptcha-1.5.0.jar](https://gitee.com/whvse/EasyCaptcha/releases)
maven导入jar包在项目根目录创建`libs`文件夹然后pom.xml添加如下
```
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>EasyCaptcha</artifactId>
<version>1.5.0</version>
<systemPath>${basedir}/libs/EasyCaptcha.jar</systemPath>
</dependency>
```
---