From aa0ee9efc8dd4591c428e3e0c22c4765ed1f8403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ajava=E6=94=BB=E5=9F=8E=E5=B8=88?= Date: Thu, 25 Aug 2016 20:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=95=E5=85=A5=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b58bb11..97fc202 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,26 @@ - - 直接使用git签出到同一个workspace目录,git如何使用签出工程可以观看作者录制的[教程][23] - 更多项目文档/API/相关截图 [请点击这里][27] + - 最近类库代码已经提交至[JCenter][30]和[Maven仓库][31],使用以下代码即可集成引入类库 + +``` + +Gradle: + +compile 'com.zftlive.android.library:basic-framework:1.0.0' + +Maven: + + + com.zftlive.android.library + basic-framework + 1.0.0 + pom + + +``` + + #集成组件 - [√] 网络异步请求[android-async-http][1] @@ -165,4 +185,6 @@ var Author = { [26]: http://zhushou.360.cn/detail/index/soft_id/3022355?recrefer=SE_D_ajavasample [27]: http://git.oschina.net/zftlive/zftlive/tree/master/doc [28]: http://jr.jd.com/ -[29]: http://git.oschina.net/zftlive/zftlive/ \ No newline at end of file +[29]: http://git.oschina.net/zftlive/zftlive/ +[30]: https://bintray.com/zengfantian/android/basic-framework +[31]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.zftlive.android.library%22 \ No newline at end of file