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