23 Star 36 Fork 6

Kenny小狼 / baidu-tongji-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
group 'me.kennylee'
version '1.0-SNAPSHOT'
apply plugin: 'java'
sourceCompatibility = 1.8
repositories {
maven {
name = 'aliyun-nexus'
url = 'http://maven.aliyun.com/nexus/content/groups/public/'
}
jcenter()
mavenLocal()
}
dependencies {
compile 'com.google.code.gson:gson:2.8.2'
compile 'org.apache.httpcomponents:httpclient:4.5.3'
compile 'org.slf4j:slf4j-api:1.7.9'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.2'
testCompile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.3'
testCompile group: 'ch.qos.logback', name: 'logback-core', version: '1.1.11'
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.11'
}
// java
task createJavaProject {
doLast {
sourceSets*.java.srcDirs*.each { it.mkdirs() }
sourceSets*.resources.srcDirs*.each { it.mkdirs() }
}
}
task wrapper(type: Wrapper) {
gradleVersion = '4.3'
}
Java
1
https://gitee.com/kennylee/baidu-tongji-api.git
git@gitee.com:kennylee/baidu-tongji-api.git
kennylee
baidu-tongji-api
baidu-tongji-api
master

搜索帮助