<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId>
<version>2.2.12.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-batch" % "2.2.12.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-batch', version='2.2.12.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-batch" rev="2.2.12.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.2.12.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.2.12.RELEASE
|-- org.springframework.boot:spring-boot-starter-jdbc:2.2.12.RELEASE
|-- org.springframework.batch:spring-batch-core:4.2.5.RELEASE