1 Star 0 Fork 203

boobor/easy-okhttp

forked from miles/easy-okhttp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dependency.gradle 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
miles 提交于 2016-07-15 14:51 . 修正生成javadoc错误
apply plugin: 'java'
sourceCompatibility = 1.7
targetCompatibility = 1.7
dependencies {
testCompile(
'junit:junit:4.11',
'org.mockito:mockito-all:2.0.2-beta',
'org.slf4j:slf4j-log4j12:1.7.7',
'log4j:log4j:1.2.17',
'com.alibaba:fastjson:1.2.12',
'javax.servlet:javax.servlet-api:3.1.0'
)
compile 'com.mzlion:mzlion-core:1.0.0-beta'
compile 'com.squareup.okhttp3:okhttp:3.3.1'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/boobor/easy-okhttp.git
git@gitee.com:boobor/easy-okhttp.git
boobor
easy-okhttp
easy-okhttp
master

搜索帮助