<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>4.2.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "4.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='4.2.1.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-core" rev="4.2.1.RELEASE" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.10.0
|-- com.ibm.jbatch:com.ibm.jbatch-tck-spi:1.0
|-- com.thoughtworks.xstream:xstream:1.4.11.1
|-- io.micrometer:micrometer-core:1.3.2
|-- javax.annotation:javax.annotation-api:1.3.2
|-- javax.batch:javax.batch-api:1.0
|-- org.apache.logging.log4j:log4j-api:2.12.1
|-- org.apache.logging.log4j:log4j-core:2.12.1
|-- org.aspectj:aspectjrt:1.9.4
|-- org.aspectj:aspectjweaver:1.9.4
|-- org.codehaus.jettison:jettison:1.2
|-- org.springframework.batch:spring-batch-infrastructure:4.2.1.RELEASE
|-- org.springframework:spring-aop:5.2.2.RELEASE
|-- org.springframework:spring-beans:5.2.2.RELEASE
|-- org.springframework:spring-context:5.2.2.RELEASE
|-- org.springframework:spring-core:5.2.2.RELEASE