1 Star 0 Fork 0

angrysnail / apiTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
canyongz 提交于 2018-07-13 10:14 . ddddd
/*
* This file was generated by the Gradle 'init' task.
*
* This is a general purpose Gradle build.
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/
*/
apply plugin: 'java'
repositories {
jcenter()
}
dependencies{
// https://mvnrepository.com/artifact/com.google.guava/guava
compile group: 'com.google.guava', name: 'guava', version: '25.1-jre'
// https://mvnrepository.com/artifact/gnu.getopt/java-getopt
compile group: 'gnu.getopt', name: 'java-getopt', version: '1.0.13'
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'
}
1
https://gitee.com/angrysnail/apiTest.git
git@gitee.com:angrysnail/apiTest.git
angrysnail
apiTest
apiTest
master

搜索帮助