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