From b2da08fbf42d9565ede8c9c2cb6e658e120defb0 Mon Sep 17 00:00:00 2001 From: jueyue Date: Mon, 30 Mar 2015 18:06:31 +0800 Subject: [PATCH] =?UTF-8?q?maven=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b292f8a..6a5b184 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ EasyPoi Excel和 Word简易工具类 作者邮箱: qrb.jueyue@gmail.com QQ群: 364192721 -上传到maven实在太麻烦了,大家可以把工程下载下来,然后install.bat就可以了 --------------------------- EasyPoi的主要特点 -------------------------- @@ -43,6 +42,28 @@ EasyPoi的几个入口工具类 3.easypoi-base 导入导出的工具包,可以完成Excel导出,导入,Word的导出,Excel的导出功能 4.easypoi-web 耦合了spring-mvc 基于AbstractView,极大的简化spring-mvc下的导出功能 +-------------------------- +maven +-------------------------- +用的oschina的第三方库http://maven.oschina.net/content/repositories/thirdparty/ +```xml + + org.jeecgframework + easypoi-base + 2.0.8 + + + org.jeecgframework + easypoi-web + 2.0.8 + + + org.jeecgframework + easypoi-annotation + 2.0.8 + +``` + -------------------------- 版本修改 --------------------------