License |
License |
---|---|
GroupId | GroupIdcom.efeichong |
ArtifactId | ArtifactIdexcel |
Last Version | Last Version1.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionexcel
基于easyexcel封装的,使得对excel的操作更便捷
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excel-1.0.10.pom | |
excel-1.0.10.jar | 25 KB |
excel-1.0.10-sources.jar | 15 KB |
excel-1.0.10-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efeichong/excel/ -->
<dependency>
<groupId>com.efeichong</groupId>
<artifactId>excel</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.efeichong/excel/
implementation 'com.efeichong:excel:1.0.10'
// https://jarcasting.com/artifacts/com.efeichong/excel/
implementation ("com.efeichong:excel:1.0.10")
'com.efeichong:excel:jar:1.0.10'
<dependency org="com.efeichong" name="excel" rev="1.0.10">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efeichong', module='excel', version='1.0.10')
)
libraryDependencies += "com.efeichong" % "excel" % "1.0.10"
[com.efeichong/excel "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : easyexcel | jar | 3.1.0 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 4.0.1 |