| License |
License |
|---|---|
| GroupId | GroupIdio.github.dizhifeng |
| ArtifactId | ArtifactIdcommons-excel |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiona springboot starter component for new projects,It contains some useful component,like annotated excel reader/writter and qiniu cdn utils
|
| Filename | Size |
|---|---|
| commons-excel-1.0.0.pom | |
| commons-excel-1.0.0.jar | 19 KB |
| commons-excel-1.0.0-sources.jar | 10 KB |
| commons-excel-1.0.0-javadoc.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dizhifeng/commons-excel/ -->
<dependency>
<groupId>io.github.dizhifeng</groupId>
<artifactId>commons-excel</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dizhifeng/commons-excel/
implementation 'io.github.dizhifeng:commons-excel:1.0.0'
// https://jarcasting.com/artifacts/io.github.dizhifeng/commons-excel/
implementation ("io.github.dizhifeng:commons-excel:1.0.0")
'io.github.dizhifeng:commons-excel:jar:1.0.0'
<dependency org="io.github.dizhifeng" name="commons-excel" rev="1.0.0">
<artifact name="commons-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dizhifeng', module='commons-excel', version='1.0.0')
)
libraryDependencies += "io.github.dizhifeng" % "commons-excel" % "1.0.0"
[io.github.dizhifeng/commons-excel "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 3.17 |
| org.apache.poi : poi-ooxml | jar | 3.17 |
| org.apache.poi : poi-ooxml-schemas | jar | 3.17 |
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.4.RELEASE |
| com.alibaba : fastjson | jar | 1.2.73 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.3.4.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| org.springframework.boot : spring-boot-starter-validation | jar | 2.3.4.RELEASE |
| javax.validation : validation-api | jar | 2.0.1.Final |
| io.swagger : swagger-annotations | jar | 1.5.21 |
| io.swagger : swagger-models | jar | 1.5.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar | 2.3.4.RELEASE |