1 Star 0 Fork 8K

眼球征服世界2013/hutool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
Looly 提交于 2016-11-23 13:26 . add Base64 and rich README
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.xiaoleilu'
version = '2.16.0'
sourceCompatibility = 1.7
targetCompatibility=1.7
repositories {
mavenLocal()
mavenCentral()
}
[ compileJava, compileTestJava ]*.options*.encoding = 'UTF-8'
dependencies {
compile(
)
provided(
'org.apache.velocity:velocity:1.7'
'javax.servlet:javax.servlet-api:3.1.0',
'com.alibaba:druid:1.0.16',
'org.mongodb:mongo-java-driver:3.3.0',
'it.sauronsoftware.cron4j:cron4j:2.2.5',
'org.slf4j:slf4j-api:1.7.12',
'ch.qos.logback:logback-classic:1.1.7',
'log4j:log4j:1.2.17',
'org.apache.logging.log4j:log4j-core:2.6.2',
'commons-logging:commons-logging:1.2'
)
testCompile(
'ch.qos.logback:logback-classic:1.1.3'
'junit:junit:4.12'
)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aszhan/hutool.git
git@gitee.com:aszhan/hutool.git
aszhan
hutool
hutool
master

搜索帮助