Group Id com.alibaba
Artifact Id easyexcel
Version 1.0.0-RELEASE
Packaging jar
URL -
Badge
Last Updated 2018-02-06T23:12:54+00:00
Download Jar | View All
Javadoc View
Source View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>easyexcel</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
implementation group: 'com.alibaba', name: 'easyexcel', version: '1.0.0-RELEASE'
implementation 'com.alibaba:easyexcel:1.0.0-RELEASE'
implementation("com.alibaba:easyexcel:1.0.0-RELEASE")
libraryDependencies += "com.alibaba" % "easyexcel" % "1.0.0-RELEASE"
<dependency org="com.alibaba" name="easyexcel" rev="1.0.0-RELEASE"/>
@Grapes(
    @Grab(group='com.alibaba', module='easyexcel', version='1.0.0-RELEASE')
)
[com.alibaba/easyexcel "1.0.0-RELEASE"]
'com.alibaba:easyexcel:1.0.0-RELEASE'