75 Star 339 Fork 130

英强 / MD2File

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 820 Bytes
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
group = 'net.oschina'
version = '0.1'
description = """Word-Uitl"""
sourceCompatibility = 1.5
targetCompatibility = 1.5
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
repositories {
maven { url "http://repo.maven.apache.org/maven2" }
}
dependencies {
compile group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'
compile group: 'org.apache.poi', name: 'poi', version:'3.16'
compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
compile 'poi:poi-scratchpad:3.1-FINAL'
compile group: 'com.itextpdf', name: 'itextpdf', version:'5.5.12'
compile group: 'com.itextpdf', name: 'itext-asian', version:'5.2.0'
testCompile group: 'junit', name: 'junit', version:'4.11'
}
Java
1
https://gitee.com/cevin15/MD2File.git
git@gitee.com:cevin15/MD2File.git
cevin15
MD2File
MD2File
master

搜索帮助