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