License |
License |
---|---|
GroupId | GroupIdcom.alibaba |
ArtifactId | ArtifactIdeasyexcel-core |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasyexcel-core
easyexcel is a excel handle tools written in Java
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
easyexcel-core-3.1.1.pom | |
easyexcel-core-3.1.1-sources.jar | 282 KB |
easyexcel-core-3.1.1-javadoc.jar | 2 MB |
easyexcel-core-3.1.1.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba/easyexcel-core/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel-core</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/easyexcel-core/
implementation 'com.alibaba:easyexcel-core:3.1.1'
// https://jarcasting.com/artifacts/com.alibaba/easyexcel-core/
implementation ("com.alibaba:easyexcel-core:3.1.1")
'com.alibaba:easyexcel-core:jar:3.1.1'
<dependency org="com.alibaba" name="easyexcel-core" rev="3.1.1">
<artifact name="easyexcel-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='easyexcel-core', version='3.1.1')
)
libraryDependencies += "com.alibaba" % "easyexcel-core" % "3.1.1"
[com.alibaba/easyexcel-core "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : easyexcel-support | jar | 3.1.1 |
org.apache.poi : poi | jar | 4.1.2 |
org.apache.poi : poi-ooxml | jar | 4.1.2 |
org.apache.poi : poi-ooxml-schemas | jar | 4.1.2 |
org.apache.commons : commons-csv | jar | 1.8 |
org.ehcache : ehcache | jar | 3.9.9 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |