<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.batch" % "spring-batch-core" % "3.0.10.RELEASE"
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-core', version='3.0.10.RELEASE')
)
<dependency org="org.springframework.batch" name="spring-batch-core" rev="3.0.10.RELEASE" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.11.3
|-- com.ibm.jbatch:com.ibm.jbatch-tck-spi:1.0
|-- com.thoughtworks.xstream:xstream:1.4.11.1
|-- javax.batch:javax.batch-api:1.0.1
|-- org.aspectj:aspectjrt:1.8.13
|-- org.aspectj:aspectjweaver:1.8.13
|-- org.codehaus.jettison:jettison:1.2
|-- org.slf4j:slf4j-log4j12:1.7.25
|-- org.springframework.batch:spring-batch-infrastructure:3.0.10.RELEASE
|-- org.springframework:spring-aop:4.3.21.RELEASE
|-- org.springframework:spring-beans:4.3.21.RELEASE
|-- org.springframework:spring-context:4.3.21.RELEASE
|-- org.springframework:spring-core:4.3.21.RELEASE