1 Star 0 Fork 0

Wang Jup/crawler4j

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wang Jup 提交于 2018-06-26 15:44 . 配置slf4j
/*
* 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'
apply plugin: 'eclipse'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
repositories {
jcenter()
mavenCentral()
}
// 设置依赖
dependencies {
compile('org.projectlombok:lombok:1.18.0')
compile('org.slf4j:slf4j-api:1.7.25')
compile('org.slf4j:slf4j-log4j12:1.7.25')
testCompile('junit:junit:4.12')
compile('org.apache.httpcomponents:httpclient:4.5.2')
}
task initFolder << {
sourceSets*.java.srcDirs*.each { it.mkdirs() }
sourceSets*.resources.srcDirs*.each { it.mkdirs()}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/anjup/crawler4j.git
git@gitee.com:anjup/crawler4j.git
anjup
crawler4j
crawler4j
master

搜索帮助