| GroupId | GroupIdcom.alibaba | 
|---|---|
| ArtifactId | ArtifactIdeasyexcel | 
| Version | Version1.1.2-beta4 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| easyexcel-1.1.2-beta4.pom | |
| easyexcel-1.1.2-beta4.jar | 82 KB | 
| easyexcel-1.1.2-beta4-sources.jar | 54 KB | 
| easyexcel-1.1.2-beta4-javadoc.jar | 384 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.alibaba/easyexcel/ -->
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>easyexcel</artifactId>
    <version>1.1.2-beta4</version>
</dependency>// https://jarcasting.com/artifacts/com.alibaba/easyexcel/
implementation 'com.alibaba:easyexcel:1.1.2-beta4'// https://jarcasting.com/artifacts/com.alibaba/easyexcel/
implementation ("com.alibaba:easyexcel:1.1.2-beta4")'com.alibaba:easyexcel:jar:1.1.2-beta4'<dependency org="com.alibaba" name="easyexcel" rev="1.1.2-beta4">
  <artifact name="easyexcel" type="jar" />
</dependency>@Grapes(
@Grab(group='com.alibaba', module='easyexcel', version='1.1.2-beta4')
)libraryDependencies += "com.alibaba" % "easyexcel" % "1.1.2-beta4"[com.alibaba/easyexcel "1.1.2-beta4"]