Update README.md

pull/7/head
synchronized 5 years ago committed by GitHub
parent eec51ec8be
commit f2053339a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,6 +87,15 @@ dependencies {
### 2.3.jar包下载 ### 2.3.jar包下载
[EasyCaptcha-1.5.0.jar](https://gitee.com/whvse/EasyCaptcha/releases) [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>
```
--- ---

Loading…
Cancel
Save