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