1 Star 0 Fork 11

皮皮橙/wordfilter

forked from 不如/wordfilter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 835 Bytes
一键复制 编辑 原始数据 按行查看 历史
不如 提交于 2016-03-11 23:00 . ref
plugins {
id 'java' // or 'groovy' Must be explicitly applied
id 'com.github.johnrengelman.shadow' version '1.2.3'
}
apply plugin: 'java'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
version = '0.9'
repositories {
mavenCentral()
mavenLocal()
}
dependencies {
compile files('./libs/sardine-0.1.jar')
compile('io.netty:netty-all:5.0.0.Alpha2',
'com.alibaba:fastjson:1.2.6',
// 'sardine:sardine:0.1',
// 'org.yaml:snakeyaml:1.15',
// 'org.pegdown:pegdown:1.5.0',
'org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.0',
'ch.qos.logback:logback-classic:1.1.3')
//testCompile('com.mashape.unirest:unirest-java:1.4.5')
testCompile(group: 'junit', name: 'junit', version: '4.12')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mycfeifei/wordfilter.git
git@gitee.com:mycfeifei/wordfilter.git
mycfeifei
wordfilter
wordfilter
master

搜索帮助