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