<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>4.0.1.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "4.0.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='4.0.1.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-core" rev="4.0.1.RELEASE" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.9.2
|-- com.ibm.jbatch:com.ibm.jbatch-tck-spi:1.0
|-- com.thoughtworks.xstream:xstream:1.4.10
|-- javax.batch:javax.batch-api:1.0
|-- org.apache.logging.log4j:log4j-api:2.9.1
|-- org.apache.logging.log4j:log4j-core:2.9.1
|-- org.aspectj:aspectjrt:1.8.12
|-- org.aspectj:aspectjweaver:1.8.12
|-- org.codehaus.jettison:jettison:1.2
|-- org.springframework.batch:spring-batch-infrastructure:4.0.1.RELEASE
|-- org.springframework:spring-aop:5.0.0.RELEASE
|-- org.springframework:spring-beans:5.0.0.RELEASE
|-- org.springframework:spring-context:5.0.0.RELEASE
|-- org.springframework:spring-core:5.0.0.RELEASE