| License |
License |
|---|---|
| GroupId | GroupIdio.github.biezhi |
| ArtifactId | ArtifactIdexcel-plus |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionexcel-plus
excel read and write framework
|
| Filename | Size |
|---|---|
| excel-plus-1.0.8.pom | |
| excel-plus-1.0.8.jar | 32 KB |
| excel-plus-1.0.8-sources.jar | 18 KB |
| excel-plus-1.0.8-javadoc.jar | 177 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/ -->
<dependency>
<groupId>io.github.biezhi</groupId>
<artifactId>excel-plus</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation 'io.github.biezhi:excel-plus:1.0.8'
// https://jarcasting.com/artifacts/io.github.biezhi/excel-plus/
implementation ("io.github.biezhi:excel-plus:1.0.8")
'io.github.biezhi:excel-plus:jar:1.0.8'
<dependency org="io.github.biezhi" name="excel-plus" rev="1.0.8">
<artifact name="excel-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.biezhi', module='excel-plus', version='1.0.8')
)
libraryDependencies += "io.github.biezhi" % "excel-plus" % "1.0.8"
[io.github.biezhi/excel-plus "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.poi : poi | jar | 4.0.1 |
| org.apache.poi : poi-ooxml | jar | 4.0.1 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.projectlombok : lombok | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.12 |