文件下载
文件名 操作
spring-boot-starter-batch-2.5.9.jar 下载
spring-boot-starter-batch-2.5.9.pom 下载
spring-boot-starter-batch-2.5.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-batch</artifactId>
  <version>2.5.9</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-batch:2.5.9'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-batch:2.5.9")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-batch" % "2.5.9"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-batch', version='2.5.9')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-batch" rev="2.5.9" />
Leiningen
[org.springframework.boot/spring-boot-starter-batch "2.5.9"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-batch:jar:2.5.9'