Jayon / weibo4j

Automatically exported from code.google.com/p/weibo4j
Other
0 stars 0 forks source link

请发布到maven的repository #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
现在很多java的应用都使用maven作为构建工具,所以请作者尽��
�发布到maven的社区

Original issue reported on code.google.com by hoverr...@gmail.com on 25 Aug 2011 at 9:57

GoogleCodeExporter commented 9 years ago
OK,收到。感谢你的意见!

Original comment by haidong...@gmail.com on 26 Aug 2011 at 7:47

GoogleCodeExporter commented 9 years ago
现在发布到maven了吗?

Original comment by fengzanf...@wandoujia.com on 20 Oct 2011 at 7:44

GoogleCodeExporter commented 9 years ago
public class Weibo implements java.io.Serializable {
        public static HttpClient client = new HttpClient();
    public void setToken(String token) {
        client.setToken(token);
    }
}
public static HttpClient client = new HttpClient(); 
这个种方式好像不是线程安全的吧,希望能改进

Original comment by hucarrot...@gmail.com on 8 Dec 2011 at 4:23

GoogleCodeExporter commented 9 years ago
请发布到maven仓库!!!

Original comment by jilen.zh...@gmail.com on 13 Apr 2012 at 3:03

GoogleCodeExporter commented 9 years ago
请问maven仓库地址多少?

Original comment by free2312...@gmail.com on 14 May 2012 at 1:24

GoogleCodeExporter commented 9 years ago
请尽快发布maven仓库地址?

Original comment by lingking...@gmail.com on 27 Jun 2012 at 12:12

GoogleCodeExporter commented 9 years ago
等不及了,另外写了个 https://github.com/hoverruan/weiboclient4j 
并且已经发布到公共仓库

Original comment by hoverr...@gmail.com on 29 Jun 2012 at 11:14