i

idempotent-spring-boot-starter

Importing and exporting Excel based on easyexcel annotation
https://twelvet.cn
The Apache Software License, Version 2.0
twelvet
twelvet
Files download
File Operation
idempotent-spring-boot-starter-3.0.0.jar download
idempotent-spring-boot-starter-3.0.0.pom download
idempotent-spring-boot-starter-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.twelvet.idempotent</groupId>
  <artifactId>idempotent-spring-boot-starter</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'cn.twelvet.idempotent:idempotent-spring-boot-starter:3.0.0'
Gradle Kotlin
implementation("cn.twelvet.idempotent:idempotent-spring-boot-starter:3.0.0")
Scala SBT
libraryDependencies += "cn.twelvet.idempotent" % "idempotent-spring-boot-starter" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.twelvet.idempotent', module='idempotent-spring-boot-starter', version='3.0.0')
)
Apache Ivy
<dependency org="cn.twelvet.idempotent" name="idempotent-spring-boot-starter" rev="3.0.0" />
Leiningen
[cn.twelvet.idempotent/idempotent-spring-boot-starter "3.0.0"]
Apache Buildr
'cn.twelvet.idempotent:idempotent-spring-boot-starter:jar:3.0.0'