22 Star 52 Fork 20

msimw / retrofit2-spring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
msimw 提交于 2017-09-29 10:06 . fix
group 'com.msimw'
version '1.0-SNAPSHOT'
apply plugin: 'java'
apply from: 'https://raw.githubusercontent.com/gam2046/gradle-mvn-push/master/gradle-mvn-push.gradle'
sourceCompatibility = 1.7
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'com.squareup.okhttp3:okhttp:3.8.0'
compile 'org.springframework:spring-context:4.3.10.RELEASE'
compile 'org.springframework:spring-test:4.3.10.RELEASE'
compile 'com.alibaba:fastjson:1.2.38'
compile 'org.apache.commons:commons-lang3:3.1'
compile 'log4j:log4j:1.2.17'
compile 'org.slf4j:slf4j-log4j12:1.6.6'
}
Java
1
https://gitee.com/msimw/retrofit2-spring.git
git@gitee.com:msimw/retrofit2-spring.git
msimw
retrofit2-spring
retrofit2-spring
master

搜索帮助