Files download
File Operation
spring-boot-starter-easyexcel-1.3.0.5.RELEASE.jar download
spring-boot-starter-easyexcel-1.3.0.5.RELEASE.pom download
spring-boot-starter-easyexcel-1.3.0.5.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luues</groupId>
  <artifactId>spring-boot-starter-easyexcel</artifactId>
  <version>1.3.0.5.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.luues:spring-boot-starter-easyexcel:1.3.0.5.RELEASE'
Gradle Kotlin
implementation("com.github.luues:spring-boot-starter-easyexcel:1.3.0.5.RELEASE")
Scala SBT
libraryDependencies += "com.github.luues" % "spring-boot-starter-easyexcel" % "1.3.0.5.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luues', module='spring-boot-starter-easyexcel', version='1.3.0.5.RELEASE')
)
Apache Ivy
<dependency org="com.github.luues" name="spring-boot-starter-easyexcel" rev="1.3.0.5.RELEASE" />
Leiningen
[com.github.luues/spring-boot-starter-easyexcel "1.3.0.5.RELEASE"]
Apache Buildr
'com.github.luues:spring-boot-starter-easyexcel:jar:1.3.0.5.RELEASE'