| GroupId | GroupIdcom.alibaba | 
|---|---|
| ArtifactId | ArtifactIdeasyexcel | 
| Version | Version3.0.0-beta3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| easyexcel-3.0.0-beta3.pom | |
| easyexcel-3.0.0-beta3.jar | 486 KB | 
| easyexcel-3.0.0-beta3-sources.jar | 270 KB | 
| easyexcel-3.0.0-beta3-javadoc.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.alibaba/easyexcel/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>easyexcel</artifactId>
    <version>3.0.0-beta3</version>
</dependency>// https://jarcasting.com/artifacts/com.alibaba/easyexcel/
implementation 'com.alibaba:easyexcel:3.0.0-beta3'// https://jarcasting.com/artifacts/com.alibaba/easyexcel/
implementation ("com.alibaba:easyexcel:3.0.0-beta3")'com.alibaba:easyexcel:jar:3.0.0-beta3'<dependency org="com.alibaba" name="easyexcel" rev="3.0.0-beta3">
  <artifact name="easyexcel" type="jar" />
</dependency>@Grapes(
@Grab(group='com.alibaba', module='easyexcel', version='3.0.0-beta3')
)libraryDependencies += "com.alibaba" % "easyexcel" % "3.0.0-beta3"[com.alibaba/easyexcel "3.0.0-beta3"]