s

spring-batch

Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.
http://static.springframework.org/spring-batch
Apache 2.0
SpringSource
Dave Syer Ben Hale Lucas Ward Robert Kasanicky Thomas Risberg Dan Garrette
文件下载
文件名 操作
spring-batch-2.0.4.RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch</artifactId>
  <version>2.0.4.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch:2.0.4.RELEASE'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch:2.0.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch" % "2.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch', version='2.0.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch" rev="2.0.4.RELEASE" />
Leiningen
[org.springframework.batch/spring-batch "2.0.4.RELEASE"]
Apache Buildr
'org.springframework.batch:spring-batch:jar:2.0.4.RELEASE'
本项目依赖
该项目无第三方依赖