2 Star 5 Fork 2

Thoughtworks/persistence-excel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 916 Bytes
一键复制 编辑 原始数据 按行查看 历史
group = 'com.happy3w'
version = '0.0.6'
ext {
artifactId = "persistence-excel"
upload = 'enable'
description = "A helpfull tools to access excel file."
url = 'https://github.com/boroborome/persistence-excel'
developerConnection = 'scm:git@github.com:boroborome/persistence-excel.git'
}
apply plugin: 'java-library'
sourceCompatibility = '1.8'
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.2'
api 'com.happy3w:persistence-core:0.0.5'
api 'org.apache.poi:poi-ooxml:3.17'
implementation 'org.slf4j:slf4j-api:1.7.25'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
testImplementation 'junit:junit:4.12'
testImplementation 'com.alibaba:fastjson:1.2.29'
testCompileOnly 'org.projectlombok:lombok:1.18.2'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2'
}
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/thoughtworks/persistence-excel.git
git@gitee.com:thoughtworks/persistence-excel.git
thoughtworks
persistence-excel
persistence-excel
main

搜索帮助