1 Star 0 Fork 7.8K

lguoyuey / hutool

forked from dromara / hutool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
Looly 提交于 2016-09-28 09:29 . 2.15.11
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.xiaoleilu'
version = '2.15.11'
sourceCompatibility = 1.7
targetCompatibility=1.7
repositories {
mavenLocal()
mavenCentral()
}
[ compileJava, compileTestJava ]*.options*.encoding = 'UTF-8'
dependencies {
compile(
)
provided(
'org.slf4j:slf4j-api:1.7.12',
'javax.servlet:javax.servlet-api:3.1.0',
'mysql:mysql-connector-java:5.1.32',
'com.alibaba:druid:1.0.16',
'org.mongodb:mongo-java-driver:3.1.0',
'it.sauronsoftware.cron4j:cron4j:2.2.5',
'org.apache.velocity:velocity:1.7'
)
testCompile(
'ch.qos.logback:logback-classic:1.1.3'
)
}
1
https://gitee.com/guoyue/hutool.git
git@gitee.com:guoyue/hutool.git
guoyue
hutool
hutool
master

搜索帮助