From f2053339a78905501953c59ae00e1d1a2e4ad316 Mon Sep 17 00:00:00 2001 From: synchronized Date: Tue, 25 Jun 2019 21:56:56 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a83eab2..3d457af 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,15 @@ dependencies { ### 2.3.jar包下载 [EasyCaptcha-1.5.0.jar](https://gitee.com/whvse/EasyCaptcha/releases) +maven导入jar包,在项目根目录创建`libs`文件夹,然后pom.xml添加如下: +``` + + com.github.whvcse + EasyCaptcha + 1.5.0 + ${basedir}/libs/EasyCaptcha.jar + +``` ---