1 Star 0 Fork 5

xiuGEN/Software-Copyright-Source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
时不待我 提交于 2022-06-28 22:33 +08:00 . 初始化
plugins {
id 'java'
}
group 'org.gantsoftware'
version '1.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
//hutool Java工具类
compile 'cn.hutool:hutool-core:5.3.2'
//word docx生成工具类
compile 'org.docx4j:docx4j-JAXB-ReferenceImpl:8.1.7'
testCompile group: 'junit', name: 'junit', version: '4.12'
}
jar {
manifest {
attributes "Main-Class": "SourceSixtyPagesWord"
}
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xiuGEN/Software-Copyright-Source.git
git@gitee.com:xiuGEN/Software-Copyright-Source.git
xiuGEN
Software-Copyright-Source
Software-Copyright-Source
master

搜索帮助