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://www.springframework.org/spring-batch
Apache 2.0
SpringSource
Dave Syer Ben Hale Lucas Ward Robert Kasanicky
Files download
File Operation
spring-batch-1.1.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.batch</groupId>
  <artifactId>spring-batch</artifactId>
  <version>1.1.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.batch:spring-batch:1.1.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.batch:spring-batch:1.1.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.batch" % "spring-batch" % "1.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.batch', module='spring-batch', version='1.1.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.batch" name="spring-batch" rev="1.1.1.RELEASE" />
Leiningen
[org.springframework.batch/spring-batch "1.1.1.RELEASE"]
Apache Buildr
'org.springframework.batch:spring-batch:jar:1.1.1.RELEASE'
Dependencies
The project has no third-party dependencies