| License |
License |
|---|---|
| GroupId | GroupIdcom.github.stupdit1t |
| ArtifactId | ArtifactIdpoi-excel |
| Version | Version2.0.10 |
| Type | Typejar |
| Description |
Descriptionpoi-excel
基于POI开发的excel操作
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| poi-excel-2.0.10.pom | |
| poi-excel-2.0.10.jar | 58 KB |
| poi-excel-2.0.10-sources.jar | 34 KB |
| poi-excel-2.0.10-javadoc.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/ -->
<dependency>
<groupId>com.github.stupdit1t</groupId>
<artifactId>poi-excel</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation 'com.github.stupdit1t:poi-excel:2.0.10'
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation ("com.github.stupdit1t:poi-excel:2.0.10")
'com.github.stupdit1t:poi-excel:jar:2.0.10'
<dependency org="com.github.stupdit1t" name="poi-excel" rev="2.0.10">
<artifact name="poi-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stupdit1t', module='poi-excel', version='2.0.10')
)
libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "2.0.10"
[com.github.stupdit1t/poi-excel "2.0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 5.1.0 |
| org.apache.poi : poi-ooxml | jar | 5.1.0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |