| License |
License |
|---|---|
| GroupId | GroupIdcom.seomse.poi |
| ArtifactId | ArtifactIdexcel |
| Version | Version0.1.3 |
| Type | Typejar |
| Description |
Descriptionseomse-poi-excel
poi excel use utils
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| excel-0.1.3.pom | |
| excel-0.1.3.jar | 6 KB |
| excel-0.1.3-sources.jar | 4 KB |
| excel-0.1.3-javadoc.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.poi/excel/ -->
<dependency>
<groupId>com.seomse.poi</groupId>
<artifactId>excel</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.poi/excel/
implementation 'com.seomse.poi:excel:0.1.3'
// https://jarcasting.com/artifacts/com.seomse.poi/excel/
implementation ("com.seomse.poi:excel:0.1.3")
'com.seomse.poi:excel:jar:0.1.3'
<dependency org="com.seomse.poi" name="excel" rev="0.1.3">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.poi', module='excel', version='0.1.3')
)
libraryDependencies += "com.seomse.poi" % "excel" % "0.1.3"
[com.seomse.poi/excel "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 5.0.0 |