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